Html Css Color HEX #554D77 Victoria

📋 copy color: '#554D77'

red 85 ◦ green 77 ◦ blue 119

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

Shades of Victoria #554D77

Tints of Victoria #554D77

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

 BLUE value IS 119 (46.88% from 255) = 42.35%

R = 30.25%
G = 27.4%
B = 42.35%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#554D77 (or 0x554D77) is known color: Victoria. HEX triplet: 55, 4D and 77. RGB value is (85,77,119). Sum of RGB (Red+Green+Blue) = 85+77+119=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #554D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554D77 is #AAB288. Grayscale: #545454. Windows color (decimal): -11186825 or 7818581. OLE color: 7818581.

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

Color convert

RGB 85 77 119 -
CMYK 0.29 0.35 0 0.53
HSL 251.43º 0.21% 0.38% -
HSV(B) 251.43º 0.35% 0.47% -
XYZ 9.73 8.57 18.59 -
YUV 84.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 85 77 119 0.29 0.35 0 0.53 251.43 0.21 0.38
Hex 55 4D 77 1D 23 0 35 FB 15 26
Octal 125 115 167 35 43 0 65 373 25 46
Binary 1010101 1001101 1110111 11101 100011 0 110101 11111011 10101 100110

Color Harmonies of #554D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D77

Black with #554D77

Text Example


Text Example

White with #554D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,77,119); }

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

background-color css

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

 a { background-color: rgb(85,77,119); }

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

border-color css

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

 span { border-color: rgb(85,77,119); }

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