Html Css Color HEX #585588 Victoria

📋 copy color: '#585588'

red 88 ◦ green 85 ◦ blue 136

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

Shades of Victoria #585588

Tints of Victoria #585588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

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

R = 28.48%
G = 27.51%
B = 44.01%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#585588 (or 0x585588) is known color: Victoria. HEX triplet: 58, 55 and 88. RGB value is (88,85,136). Sum of RGB (Red+Green+Blue) = 88+85+136=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #585588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585588 is #A7AA77. Grayscale: #5B5B5B. Windows color (decimal): -10988152 or 8934744. OLE color: 8934744.

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

Color convert

RGB 88 85 136 -
CMYK 0.35 0.38 0 0.47
HSL 243.53º 0.23% 0.43% -
HSV(B) 243.53º 0.38% 0.53% -
XYZ 11.72 10.35 24.67 -
YUV 91.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 88 85 136 0.35 0.38 0 0.47 243.53 0.23 0.43
Hex 58 55 88 23 26 0 2F F4 17 2B
Octal 130 125 210 43 46 0 57 364 27 53
Binary 1011000 1010101 10001000 100011 100110 0 101111 11110100 10111 101011

Color Harmonies of #585588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585588

Black with #585588

Text Example


Text Example

White with #585588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585588; }

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

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

background-color css

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

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

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

border-color css

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

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

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