Html Css Color HEX #585C77 Comet

📋 copy color: '#585C77'

red 88 ◦ green 92 ◦ blue 119

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

Shades of Comet #585C77

Tints of Comet #585C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.8%

R = 29.43%
G = 30.77%
B = 39.8%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#585C77 (or 0x585C77) is known color: Comet. HEX triplet: 58, 5C and 77. RGB value is (88,92,119). Sum of RGB (Red+Green+Blue) = 88+92+119=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #585C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C77 is #A7A388. Grayscale: #5D5D5D. Windows color (decimal): -10986377 or 7822424. OLE color: 7822424.

HSL color Cylindrical-coordinate representation of color #585C77: hue angle of 232.26º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #585C77 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 92 119 -
CMYK 0.26 0.23 0 0.53
HSL 232.26º 0.15% 0.41% -
HSV(B) 232.26º 0.26% 0.47% -
XYZ 11.18 11.06 19 -
YUV 93.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 88 92 119 0.26 0.23 0 0.53 232.26 0.15 0.41
Hex 58 5C 77 1A 17 0 35 E8 F 29
Octal 130 134 167 32 27 0 65 350 17 51
Binary 1011000 1011100 1110111 11010 10111 0 110101 11101000 1111 101001

Color Harmonies of #585C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585C77

Black with #585C77

Text Example


Text Example

White with #585C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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