Html Css Color HEX #554E7D Victoria

📋 copy color: '#554E7D'

red 85 ◦ green 78 ◦ blue 125

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

Shades of Victoria #554E7D

Tints of Victoria #554E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.08%

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 29.51%
G = 27.08%
B = 43.4%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#554E7D (or 0x554E7D) is known color: Victoria. HEX triplet: 55, 4E and 7D. RGB value is (85,78,125). Sum of RGB (Red+Green+Blue) = 85+78+125=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #554E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E7D is #AAB182. Grayscale: #555555. Windows color (decimal): -11186563 or 8212053. OLE color: 8212053.

HSL color Cylindrical-coordinate representation of color #554E7D: hue angle of 248.94º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #554E7D is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 78 125 -
CMYK 0.32 0.38 0 0.51
HSL 248.94º 0.23% 0.4% -
HSV(B) 248.94º 0.38% 0.49% -
XYZ 10.17 8.86 20.58 -
YUV 85.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 85 78 125 0.32 0.38 0 0.51 248.94 0.23 0.4
Hex 55 4E 7D 20 26 0 33 F9 17 28
Octal 125 116 175 40 46 0 63 371 27 50
Binary 1010101 1001110 1111101 100000 100110 0 110011 11111001 10111 101000

Color Harmonies of #554E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E7D

Black with #554E7D

Text Example


Text Example

White with #554E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,78,125); }

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

background-color css

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

 a { background-color: rgb(85,78,125); }

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

border-color css

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

 span { border-color: rgb(85,78,125); }

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