Html Css Color HEX #585E78 Comet

📋 copy color: '#585E78'

red 88 ◦ green 94 ◦ blue 120

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

Shades of Comet #585E78

Tints of Comet #585E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 29.14%
G = 31.13%
B = 39.74%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#585E78 (or 0x585E78) is known color: Comet. HEX triplet: 58, 5E and 78. RGB value is (88,94,120). Sum of RGB (Red+Green+Blue) = 88+94+120=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #585E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E78 is #A7A187. Grayscale: #5F5F5F. Windows color (decimal): -10985864 or 7888472. OLE color: 7888472.

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

Color convert

RGB 88 94 120 -
CMYK 0.27 0.22 0 0.53
HSL 228.75º 0.15% 0.41% -
HSV(B) 228.75º 0.27% 0.47% -
XYZ 11.42 11.44 19.37 -
YUV 95.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 88 94 120 0.27 0.22 0 0.53 228.75 0.15 0.41
Hex 58 5E 78 1B 16 0 35 E5 F 29
Octal 130 136 170 33 26 0 65 345 17 51
Binary 1011000 1011110 1111000 11011 10110 0 110101 11100101 1111 101001

Color Harmonies of #585E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E78

Black with #585E78

Text Example


Text Example

White with #585E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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