Html Css Color HEX #554C85 Victoria

📋 copy color: '#554C85'

red 85 ◦ green 76 ◦ blue 133

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

Shades of Victoria #554C85

Tints of Victoria #554C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.24%

R = 28.91%
G = 25.85%
B = 45.24%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#554C85 (or 0x554C85) is known color: Victoria. HEX triplet: 55, 4C and 85. RGB value is (85,76,133). Sum of RGB (Red+Green+Blue) = 85+76+133=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #554C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554C85 is #AAB37A. Grayscale: #545454. Windows color (decimal): -11187067 or 8735829. OLE color: 8735829.

HSL color Cylindrical-coordinate representation of color #554C85: hue angle of 249.47º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #554C85 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 76 133 -
CMYK 0.36 0.43 0 0.48
HSL 249.47º 0.27% 0.41% -
HSV(B) 249.47º 0.43% 0.52% -
XYZ 10.56 8.79 23.33 -
YUV 85.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 85 76 133 0.36 0.43 0 0.48 249.47 0.27 0.41
Hex 55 4C 85 24 2B 0 30 F9 1B 29
Octal 125 114 205 44 53 0 60 371 33 51
Binary 1010101 1001100 10000101 100100 101011 0 110000 11111001 11011 101001

Color Harmonies of #554C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C85

Black with #554C85

Text Example


Text Example

White with #554C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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