Html Css Color HEX #585787 Victoria

📋 copy color: '#585787'

red 88 ◦ green 87 ◦ blue 135

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

Shades of Victoria #585787

Tints of Victoria #585787

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.06%

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

R = 28.39%
G = 28.06%
B = 43.55%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#585787 (or 0x585787) is known color: Victoria. HEX triplet: 58, 57 and 87. RGB value is (88,87,135). Sum of RGB (Red+Green+Blue) = 88+87+135=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #585787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585787 is #A7A878. Grayscale: #5C5C5C. Windows color (decimal): -10987641 or 8869720. OLE color: 8869720.

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

Color convert

RGB 88 87 135 -
CMYK 0.35 0.36 0 0.47
HSL 241.25º 0.22% 0.44% -
HSV(B) 241.25º 0.36% 0.53% -
XYZ 11.81 10.64 24.35 -
YUV 92.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 88 87 135 0.35 0.36 0 0.47 241.25 0.22 0.44
Hex 58 57 87 23 24 0 2F F1 16 2C
Octal 130 127 207 43 44 0 57 361 26 54
Binary 1011000 1010111 10000111 100011 100100 0 101111 11110001 10110 101100

Color Harmonies of #585787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585787

Black with #585787

Text Example


Text Example

White with #585787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585787; }

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

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

background-color css

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

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

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

border-color css

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

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

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