Html Css Color HEX #554C7E Victoria

📋 copy color: '#554C7E'

red 85 ◦ green 76 ◦ blue 126

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

Shades of Victoria #554C7E

Tints of Victoria #554C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.9%

R = 29.62%
G = 26.48%
B = 43.9%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#554C7E (or 0x554C7E) is known color: Victoria. HEX triplet: 55, 4C and 7E. RGB value is (85,76,126). Sum of RGB (Red+Green+Blue) = 85+76+126=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 126 - color contains mainly: blue. Hex color #554C7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C7E is #AAB381. Grayscale: #545454. Windows color (decimal): -11187074 or 8277077. OLE color: 8277077.

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

Color convert

RGB 85 76 126 -
CMYK 0.33 0.40 0 0.51
HSL 250.8º 0.25% 0.4% -
HSV(B) 250.8º 0.4% 0.49% -
XYZ 10.1 8.61 20.87 -
YUV 84.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 85 76 126 0.33 0.40 0 0.51 250.8 0.25 0.4
Hex 55 4C 7E 21 28 0 33 FB 19 28
Octal 125 114 176 41 50 0 63 373 31 50
Binary 1010101 1001100 1111110 100001 101000 0 110011 11111011 11001 101000

Color Harmonies of #554C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C7E

Black with #554C7E

Text Example


Text Example

White with #554C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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