Html Css Color HEX #585A79 Comet

📋 copy color: '#585A79'

red 88 ◦ green 90 ◦ blue 121

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

Shades of Comet #585A79

Tints of Comet #585A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.1%

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 29.43%
G = 30.1%
B = 40.47%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#585A79 (or 0x585A79) is known color: Comet. HEX triplet: 58, 5A and 79. RGB value is (88,90,121). Sum of RGB (Red+Green+Blue) = 88+90+121=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #585A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A79 is #A7A586. Grayscale: #5C5C5C. Windows color (decimal): -10986887 or 7952984. OLE color: 7952984.

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

Color convert

RGB 88 90 121 -
CMYK 0.27 0.26 0 0.53
HSL 236.36º 0.16% 0.41% -
HSV(B) 236.36º 0.27% 0.47% -
XYZ 11.13 10.77 19.58 -
YUV 92.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 88 90 121 0.27 0.26 0 0.53 236.36 0.16 0.41
Hex 58 5A 79 1B 1A 0 35 EC 10 29
Octal 130 132 171 33 32 0 65 354 20 51
Binary 1011000 1011010 1111001 11011 11010 0 110101 11101100 10000 101001

Color Harmonies of #585A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A79

Black with #585A79

Text Example


Text Example

White with #585A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,90,121); }

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

background-color css

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

 a { background-color: rgb(88,90,121); }

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

border-color css

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

 span { border-color: rgb(88,90,121); }

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