Html Css Color HEX #554F76 Victoria

📋 copy color: '#554F76'

red 85 ◦ green 79 ◦ blue 118

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

Shades of Victoria #554F76

Tints of Victoria #554F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.01%

 BLUE value IS 118 (46.48% from 255) = 41.84%

R = 30.14%
G = 28.01%
B = 41.84%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#554F76 (or 0x554F76) is known color: Victoria. HEX triplet: 55, 4F and 76. RGB value is (85,79,118). Sum of RGB (Red+Green+Blue) = 85+79+118=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #554F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F76 is #AAB089. Grayscale: #555555. Windows color (decimal): -11186314 or 7753557. OLE color: 7753557.

HSL color Cylindrical-coordinate representation of color #554F76: hue angle of 249.23º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #554F76 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 79 118 -
CMYK 0.28 0.33 0 0.54
HSL 249.23º 0.2% 0.39% -
HSV(B) 249.23º 0.33% 0.46% -
XYZ 9.81 8.83 18.33 -
YUV 85.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 85 79 118 0.28 0.33 0 0.54 249.23 0.2 0.39
Hex 55 4F 76 1C 21 0 36 F9 14 27
Octal 125 117 166 34 41 0 66 371 24 47
Binary 1010101 1001111 1110110 11100 100001 0 110110 11111001 10100 100111

Color Harmonies of #554F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F76

Black with #554F76

Text Example


Text Example

White with #554F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,79,118); }

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

background-color css

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

 a { background-color: rgb(85,79,118); }

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

border-color css

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

 span { border-color: rgb(85,79,118); }

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