Html Css Color HEX #585088 Victoria

📋 copy color: '#585088'

red 88 ◦ green 80 ◦ blue 136

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

Shades of Victoria #585088

Tints of Victoria #585088

RGB

 RED value IS 88 (34.77% from 255) = 28.95%

 GREEN value IS 80 (31.64% from 255) = 26.32%

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

R = 28.95%
G = 26.32%
B = 44.74%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#585088 (or 0x585088) is known color: Victoria. HEX triplet: 58, 50 and 88. RGB value is (88,80,136). Sum of RGB (Red+Green+Blue) = 88+80+136=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 80 (31.64% from 255 or 26.32% 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 #585088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585088 is #A7AF77. Grayscale: #585858. Windows color (decimal): -10989432 or 8933464. OLE color: 8933464.

HSL color Cylindrical-coordinate representation of color #585088: hue angle of 248.57º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #585088 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 80 136 -
CMYK 0.35 0.41 0 0.47
HSL 248.57º 0.26% 0.42% -
HSV(B) 248.57º 0.41% 0.53% -
XYZ 11.34 9.59 24.55 -
YUV 88.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 88 80 136 0.35 0.41 0 0.47 248.57 0.26 0.42
Hex 58 50 88 23 29 0 2F F9 1A 2A
Octal 130 120 210 43 51 0 57 371 32 52
Binary 1011000 1010000 10001000 100011 101001 0 101111 11111001 11010 101010

Color Harmonies of #585088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585088

Black with #585088

Text Example


Text Example

White with #585088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585088; }

 p { color: rgb(88,80,136); }

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

background-color css

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

 a { background-color: rgb(88,80,136); }

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

border-color css

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

 span { border-color: rgb(88,80,136); }

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