Html Css Color HEX #585D77 Comet

📋 copy color: '#585D77'

red 88 ◦ green 93 ◦ blue 119

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

Shades of Comet #585D77

Tints of Comet #585D77

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31%

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

R = 29.33%
G = 31%
B = 39.67%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#585D77 (or 0x585D77) is known color: Comet. HEX triplet: 58, 5D and 77. RGB value is (88,93,119). Sum of RGB (Red+Green+Blue) = 88+93+119=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #585D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D77 is #A7A288. Grayscale: #5E5E5E. Windows color (decimal): -10986121 or 7822680. OLE color: 7822680.

HSL color Cylindrical-coordinate representation of color #585D77: hue angle of 230.32º 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 #585D77 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 93 119 -
CMYK 0.26 0.22 0 0.53
HSL 230.32º 0.15% 0.41% -
HSV(B) 230.32º 0.26% 0.47% -
XYZ 11.27 11.24 19.03 -
YUV 94.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 88 93 119 0.26 0.22 0 0.53 230.32 0.15 0.41
Hex 58 5D 77 1A 16 0 35 E6 F 29
Octal 130 135 167 32 26 0 65 346 17 51
Binary 1011000 1011101 1110111 11010 10110 0 110101 11100110 1111 101001

Color Harmonies of #585D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D77

Black with #585D77

Text Example


Text Example

White with #585D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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