Html Css Color HEX #595288 Victoria

📋 copy color: '#595288'

red 89 ◦ green 82 ◦ blue 136

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

Shades of Victoria #595288

Tints of Victoria #595288

RGB

 RED value IS 89 (35.16% from 255) = 28.99%

 GREEN value IS 82 (32.42% from 255) = 26.71%

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

R = 28.99%
G = 26.71%
B = 44.3%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#595288 (or 0x595288) is known color: Victoria. HEX triplet: 59, 52 and 88. RGB value is (89,82,136). Sum of RGB (Red+Green+Blue) = 89+82+136=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #595288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595288 is #A6AD77. Grayscale: #5A5A5A. Windows color (decimal): -10923384 or 8933977. OLE color: 8933977.

HSL color Cylindrical-coordinate representation of color #595288: hue angle of 247.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #595288 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 89 82 136 -
CMYK 0.35 0.40 0 0.47
HSL 247.78º 0.25% 0.43% -
HSV(B) 247.78º 0.4% 0.53% -
XYZ 11.58 9.94 24.6 -
YUV 90.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 89 82 136 0.35 0.40 0 0.47 247.78 0.25 0.43
Hex 59 52 88 23 28 0 2F F8 19 2B
Octal 131 122 210 43 50 0 57 370 31 53
Binary 1011001 1010010 10001000 100011 101000 0 101111 11111000 11001 101011

Color Harmonies of #595288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595288

Black with #595288

Text Example


Text Example

White with #595288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595288; }

 p { color: rgb(89,82,136); }

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

background-color css

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

 a { background-color: rgb(89,82,136); }

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

border-color css

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

 span { border-color: rgb(89,82,136); }

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