Html Css Color HEX #585C75 Comet

📋 copy color: '#585C75'

red 88 ◦ green 92 ◦ blue 117

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

Shades of Comet #585C75

Tints of Comet #585C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 29.63%
G = 30.98%
B = 39.39%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#585C75 (or 0x585C75) is known color: Comet. HEX triplet: 58, 5C and 75. RGB value is (88,92,117). Sum of RGB (Red+Green+Blue) = 88+92+117=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #585C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C75 is #A7A38A. Grayscale: #5D5D5D. Windows color (decimal): -10986379 or 7691352. OLE color: 7691352.

HSL color Cylindrical-coordinate representation of color #585C75: hue angle of 231.72º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #585C75 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 92 117 -
CMYK 0.25 0.21 0 0.54
HSL 231.72º 0.14% 0.4% -
HSV(B) 231.72º 0.25% 0.46% -
XYZ 11.06 11.01 18.37 -
YUV 93.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 88 92 117 0.25 0.21 0 0.54 231.72 0.14 0.4
Hex 58 5C 75 19 15 0 36 E8 E 28
Octal 130 134 165 31 25 0 66 350 16 50
Binary 1011000 1011100 1110101 11001 10101 0 110110 11101000 1110 101000

Color Harmonies of #585C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C75

Black with #585C75

Text Example


Text Example

White with #585C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,92,117); }

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

background-color css

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

 a { background-color: rgb(88,92,117); }

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

border-color css

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

 span { border-color: rgb(88,92,117); }

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