Html Css Color HEX #55487C Victoria

📋 copy color: '#55487C'

red 85 ◦ green 72 ◦ blue 124

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

Shades of Victoria #55487C

Tints of Victoria #55487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.62%

 BLUE value IS 124 (48.83% from 255) = 44.13%

R = 30.25%
G = 25.62%
B = 44.13%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55487C (or 0x55487C) is known color: Victoria. HEX triplet: 55, 48 and 7C. RGB value is (85,72,124). Sum of RGB (Red+Green+Blue) = 85+72+124=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #55487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55487C is #AAB783. Grayscale: #515151. Windows color (decimal): -11188100 or 8144981. OLE color: 8144981.

HSL color Cylindrical-coordinate representation of color #55487C: hue angle of 255º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55487C is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 72 124 -
CMYK 0.31 0.42 0 0.51
HSL 255º 0.27% 0.38% -
HSV(B) 255º 0.42% 0.49% -
XYZ 9.7 8.02 20.11 -
YUV 81.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 85 72 124 0.31 0.42 0 0.51 255 0.27 0.38
Hex 55 48 7C 1F 2A 0 33 FF 1B 26
Octal 125 110 174 37 52 0 63 377 33 46
Binary 1010101 1001000 1111100 11111 101010 0 110011 11111111 11011 100110

Color Harmonies of #55487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55487C

Black with #55487C

Text Example


Text Example

White with #55487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55487C; }

 p { color: rgb(85,72,124); }

 H1.HeaderClassName
 {
   color: #55487C;
 }
 .AnyTagClassName
 {
   color: #55487C;
 }
</style>

background-color css

<style>
 a { background-color: #55487C; }

 a { background-color: rgb(85,72,124); }

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

border-color css

<style>
 span { border-color: #55487C; }

 span { border-color: rgb(85,72,124); }

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