Html Css Color HEX #555377 Victoria

📋 copy color: '#555377'

red 85 ◦ green 83 ◦ blue 119

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

Shades of Victoria #555377

Tints of Victoria #555377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

 BLUE value IS 119 (46.88% from 255) = 41.46%

R = 29.62%
G = 28.92%
B = 41.46%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555377 (or 0x555377) is known color: Victoria. HEX triplet: 55, 53 and 77. RGB value is (85,83,119). Sum of RGB (Red+Green+Blue) = 85+83+119=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #555377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555377 is #AAAC88. Grayscale: #575757. Windows color (decimal): -11185289 or 7820117. OLE color: 7820117.

HSL color Cylindrical-coordinate representation of color #555377: hue angle of 243.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #555377 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 83 119 -
CMYK 0.29 0.30 0 0.53
HSL 243.33º 0.18% 0.4% -
HSV(B) 243.33º 0.3% 0.47% -
XYZ 10.17 9.45 18.74 -
YUV 87.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 85 83 119 0.29 0.30 0 0.53 243.33 0.18 0.4
Hex 55 53 77 1D 1E 0 35 F3 12 28
Octal 125 123 167 35 36 0 65 363 22 50
Binary 1010101 1010011 1110111 11101 11110 0 110101 11110011 10010 101000

Color Harmonies of #555377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555377

Black with #555377

Text Example


Text Example

White with #555377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555377; }

 p { color: rgb(85,83,119); }

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

background-color css

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

 a { background-color: rgb(85,83,119); }

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

border-color css

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

 span { border-color: rgb(85,83,119); }

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