Html Css Color HEX #555378 Victoria

📋 copy color: '#555378'

red 85 ◦ green 83 ◦ blue 120

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

Shades of Victoria #555378

Tints of Victoria #555378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.67%

R = 29.51%
G = 28.82%
B = 41.67%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#555378 (or 0x555378) is known color: Victoria. HEX triplet: 55, 53 and 78. RGB value is (85,83,120). Sum of RGB (Red+Green+Blue) = 85+83+120=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #555378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555378 is #AAAC87. Grayscale: #575757. Windows color (decimal): -11185288 or 7885653. OLE color: 7885653.

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

Color convert

RGB 85 83 120 -
CMYK 0.29 0.31 0 0.53
HSL 243.24º 0.18% 0.4% -
HSV(B) 243.24º 0.31% 0.47% -
XYZ 10.23 9.47 19.06 -
YUV 87.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 85 83 120 0.29 0.31 0 0.53 243.24 0.18 0.4
Hex 55 53 78 1D 1F 0 35 F3 12 28
Octal 125 123 170 35 37 0 65 363 22 50
Binary 1010101 1010011 1111000 11101 11111 0 110101 11110011 10010 101000

Color Harmonies of #555378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555378

Black with #555378

Text Example


Text Example

White with #555378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555378; }

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

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

background-color css

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

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

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

border-color css

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

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

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