Html Css Color HEX #554C71 Victoria

📋 copy color: '#554C71'

red 85 ◦ green 76 ◦ blue 113

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

Shades of Victoria #554C71

Tints of Victoria #554C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.74%

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 31.02%
G = 27.74%
B = 41.24%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#554C71 (or 0x554C71) is known color: Victoria. HEX triplet: 55, 4C and 71. RGB value is (85,76,113). Sum of RGB (Red+Green+Blue) = 85+76+113=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #554C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C71 is #AAB38E. Grayscale: #525252. Windows color (decimal): -11187087 or 7425109. OLE color: 7425109.

HSL color Cylindrical-coordinate representation of color #554C71: hue angle of 254.59º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #554C71 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 76 113 -
CMYK 0.25 0.33 0 0.56
HSL 254.59º 0.2% 0.37% -
HSV(B) 254.59º 0.33% 0.44% -
XYZ 9.31 8.29 16.73 -
YUV 82.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 85 76 113 0.25 0.33 0 0.56 254.59 0.2 0.37
Hex 55 4C 71 19 21 0 38 FF 14 25
Octal 125 114 161 31 41 0 70 377 24 45
Binary 1010101 1001100 1110001 11001 100001 0 111000 11111111 10100 100101

Color Harmonies of #554C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C71

Black with #554C71

Text Example


Text Example

White with #554C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,76,113); }

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

background-color css

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

 a { background-color: rgb(85,76,113); }

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

border-color css

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

 span { border-color: rgb(85,76,113); }

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