Html Css Color HEX #555388 Victoria

📋 copy color: '#555388'

red 85 ◦ green 83 ◦ blue 136

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

Shades of Victoria #555388

Tints of Victoria #555388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.74%

R = 27.96%
G = 27.3%
B = 44.74%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#555388 (or 0x555388) is known color: Victoria. HEX triplet: 55, 53 and 88. RGB value is (85,83,136). Sum of RGB (Red+Green+Blue) = 85+83+136=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #555388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555388 is #AAAC77. Grayscale: #595959. Windows color (decimal): -11185272 or 8934229. OLE color: 8934229.

HSL color Cylindrical-coordinate representation of color #555388: hue angle of 242.26º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #555388 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 83 136 -
CMYK 0.38 0.39 0 0.47
HSL 242.26º 0.24% 0.43% -
HSV(B) 242.26º 0.39% 0.53% -
XYZ 11.28 9.9 24.61 -
YUV 89.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 85 83 136 0.38 0.39 0 0.47 242.26 0.24 0.43
Hex 55 53 88 26 27 0 2F F2 18 2B
Octal 125 123 210 46 47 0 57 362 30 53
Binary 1010101 1010011 10001000 100110 100111 0 101111 11110010 11000 101011

Color Harmonies of #555388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555388

Black with #555388

Text Example


Text Example

White with #555388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555388; }

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

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

background-color css

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

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

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

border-color css

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

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

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