Html Css Color HEX #554A88 Victoria

📋 copy color: '#554A88'

red 85 ◦ green 74 ◦ blue 136

#554A88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Victoria #554A88

Tints of Victoria #554A88

RGB

 RED value IS 85 (33.59% from 255) = 28.81%

 GREEN value IS 74 (29.3% from 255) = 25.08%

 BLUE value IS 136 (53.52% from 255) = 46.1%

R = 28.81%
G = 25.08%
B = 46.1%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#554A88 (or 0x554A88) is known color: Victoria. HEX triplet: 55, 4A and 88. RGB value is (85,74,136). Sum of RGB (Red+Green+Blue) = 85+74+136=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #554A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554A88 is #AAB577. Grayscale: #545454. Windows color (decimal): -11187576 or 8931925. OLE color: 8931925.

HSL color Cylindrical-coordinate representation of color #554A88: hue angle of 250.65º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #554A88 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 74 136 -
CMYK 0.38 0.46 0 0.47
HSL 250.65º 0.3% 0.41% -
HSV(B) 250.65º 0.46% 0.53% -
XYZ 10.64 8.61 24.39 -
YUV 84.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 85 74 136 0.38 0.46 0 0.47 250.65 0.3 0.41
Hex 55 4A 88 26 2E 0 2F FB 1E 29
Octal 125 112 210 46 56 0 57 373 36 51
Binary 1010101 1001010 10001000 100110 101110 0 101111 11111011 11110 101001

Color Harmonies of #554A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A88

Black with #554A88

Text Example


Text Example

White with #554A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554A88; }

 p { color: rgb(85,74,136); }

 H1.HeaderClassName
 {
   color: #554A88;
 }
 .AnyTagClassName
 {
   color: #554A88;
 }
</style>

background-color css

<style>
 a { background-color: #554A88; }

 a { background-color: rgb(85,74,136); }

 div.DivClassName
 {
   background-color: #554A88;
 }
 .BgClassName
 {
   background-color: #554A88;
 }
</style>

border-color css

<style>
 span { border-color: #554A88; }

 span { border-color: rgb(85,74,136); }

 td.TdClassName
 {
   border-color: #554A88;
 }
 .TagClassName
 {
   border-color: #554A88;
 }
</style>