Html Css Color HEX #585E77 Comet

📋 copy color: '#585E77'

red 88 ◦ green 94 ◦ blue 119

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

Shades of Comet #585E77

Tints of Comet #585E77

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.23%

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

R = 29.24%
G = 31.23%
B = 39.53%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#585E77 (or 0x585E77) is known color: Comet. HEX triplet: 58, 5E and 77. RGB value is (88,94,119). Sum of RGB (Red+Green+Blue) = 88+94+119=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #585E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E77 is #A7A188. Grayscale: #5E5E5E. Windows color (decimal): -10985865 or 7822936. OLE color: 7822936.

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

Color convert

RGB 88 94 119 -
CMYK 0.26 0.21 0 0.53
HSL 228.39º 0.15% 0.41% -
HSV(B) 228.39º 0.26% 0.47% -
XYZ 11.36 11.41 19.06 -
YUV 95.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 88 94 119 0.26 0.21 0 0.53 228.39 0.15 0.41
Hex 58 5E 77 1A 15 0 35 E4 F 29
Octal 130 136 167 32 25 0 65 344 17 51
Binary 1011000 1011110 1110111 11010 10101 0 110101 11100100 1111 101001

Color Harmonies of #585E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E77

Black with #585E77

Text Example


Text Example

White with #585E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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