Html Css Color HEX #585187 Victoria

📋 copy color: '#585187'

red 88 ◦ green 81 ◦ blue 135

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

Shades of Victoria #585187

Tints of Victoria #585187

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.64%

 BLUE value IS 135 (53.13% from 255) = 44.41%

R = 28.95%
G = 26.64%
B = 44.41%

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

#585187 (or 0x585187) is known color: Victoria. HEX triplet: 58, 51 and 87. RGB value is (88,81,135). Sum of RGB (Red+Green+Blue) = 88+81+135=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #585187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585187 is #A7AE78. Grayscale: #595959. Windows color (decimal): -10989177 or 8868184. OLE color: 8868184.

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

Color convert

RGB 88 81 135 -
CMYK 0.35 0.40 0 0.47
HSL 247.78º 0.25% 0.42% -
HSV(B) 247.78º 0.4% 0.53% -
XYZ 11.34 9.71 24.2 -
YUV 89.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 88 81 135 0.35 0.40 0 0.47 247.78 0.25 0.42
Hex 58 51 87 23 28 0 2F F8 19 2A
Octal 130 121 207 43 50 0 57 370 31 52
Binary 1011000 1010001 10000111 100011 101000 0 101111 11111000 11001 101010

Color Harmonies of #585187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585187

Black with #585187

Text Example


Text Example

White with #585187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585187; }

 p { color: rgb(88,81,135); }

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

background-color css

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

 a { background-color: rgb(88,81,135); }

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

border-color css

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

 span { border-color: rgb(88,81,135); }

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