Html Css Color HEX #555384 Victoria

📋 copy color: '#555384'

red 85 ◦ green 83 ◦ blue 132

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

Shades of Victoria #555384

Tints of Victoria #555384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44%

R = 28.33%
G = 27.67%
B = 44%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#555384 (or 0x555384) is known color: Victoria. HEX triplet: 55, 53 and 84. RGB value is (85,83,132). Sum of RGB (Red+Green+Blue) = 85+83+132=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #555384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555384 is #AAAC7B. Grayscale: #585858. Windows color (decimal): -11185276 or 8672085. OLE color: 8672085.

HSL color Cylindrical-coordinate representation of color #555384: hue angle of 242.45º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #555384 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 83 132 -
CMYK 0.36 0.37 0 0.48
HSL 242.45º 0.23% 0.42% -
HSV(B) 242.45º 0.37% 0.52% -
XYZ 11 9.78 23.14 -
YUV 89.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 85 83 132 0.36 0.37 0 0.48 242.45 0.23 0.42
Hex 55 53 84 24 25 0 30 F2 17 2A
Octal 125 123 204 44 45 0 60 362 27 52
Binary 1010101 1010011 10000100 100100 100101 0 110000 11110010 10111 101010

Color Harmonies of #555384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555384

Black with #555384

Text Example


Text Example

White with #555384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555384; }

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

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

background-color css

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

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

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

border-color css

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

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

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