#554B7E

Color #554B7E Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #554B7E

Tints of Victoria #554B7E

Color information

#554B7E (or 0x554B7E) is unknown color: approx Victoria. HEX triplet: 55, 4B and 7E. RGB value is (85,75,126). Sum of RGB (Red+Green+Blue) = 85+75+126=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #554B7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554B7E is #AAB481. Grayscale: #535353. Windows color (decimal): -11187330 or 8276821. OLE color: 8276821.

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

Color convert

RGB8575126-
CMYK0.330.4000.51
HSL251.76º25.37%39.41%-
HSV(B)251.76º40.48%49.41%-
XYZ10.038.4720.84-
YUV83.8151.81128.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 126 (49.61% from 255) = 44.06%
R=29.72%
G=26.22%
B=44.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85751260.330.4000.51251.7625.3739.41
Hex554B7E2128033fc1927
Octal12511317641500633743147
Binary10101011001011111111010000110100001100111111110011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #554B7E;
 }
 .AnyTagClassName
 {
   color: #554B7E;
 }
</style>
background-color css

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

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

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

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

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

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