Html Css Color HEX #585F85 Comet

📋 copy color: '#585F85'

red 88 ◦ green 95 ◦ blue 133

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

Shades of Comet #585F85

Tints of Comet #585F85

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.06%

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 27.85%
G = 30.06%
B = 42.09%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#585F85 (or 0x585F85) is known color: Comet. HEX triplet: 58, 5F and 85. RGB value is (88,95,133). Sum of RGB (Red+Green+Blue) = 88+95+133=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #585F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585F85 is #A7A07A. Grayscale: #616161. Windows color (decimal): -10985595 or 8740696. OLE color: 8740696.

HSL color Cylindrical-coordinate representation of color #585F85: hue angle of 230.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #585F85 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 95 133 -
CMYK 0.34 0.29 0 0.48
HSL 230.67º 0.2% 0.43% -
HSV(B) 230.67º 0.34% 0.52% -
XYZ 12.35 11.95 23.85 -
YUV 97.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 88 95 133 0.34 0.29 0 0.48 230.67 0.2 0.43
Hex 58 5F 85 22 1D 0 30 E7 14 2B
Octal 130 137 205 42 35 0 60 347 24 53
Binary 1011000 1011111 10000101 100010 11101 0 110000 11100111 10100 101011

Color Harmonies of #585F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F85

Black with #585F85

Text Example


Text Example

White with #585F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585F85; }

 p { color: rgb(88,95,133); }

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

background-color css

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

 a { background-color: rgb(88,95,133); }

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

border-color css

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

 span { border-color: rgb(88,95,133); }

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