Html Css Color HEX #585E81 Comet

📋 copy color: '#585E81'

red 88 ◦ green 94 ◦ blue 129

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

Shades of Comet #585E81

Tints of Comet #585E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 28.3%
G = 30.23%
B = 41.48%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#585E81 (or 0x585E81) is known color: Comet. HEX triplet: 58, 5E and 81. RGB value is (88,94,129). Sum of RGB (Red+Green+Blue) = 88+94+129=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #585E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585E81 is #A7A17E. Grayscale: #606060. Windows color (decimal): -10985855 or 8478296. OLE color: 8478296.

HSL color Cylindrical-coordinate representation of color #585E81: hue angle of 231.22º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #585E81 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 94 129 -
CMYK 0.32 0.27 0 0.49
HSL 231.22º 0.19% 0.43% -
HSV(B) 231.22º 0.32% 0.51% -
XYZ 11.99 11.67 22.39 -
YUV 96.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 88 94 129 0.32 0.27 0 0.49 231.22 0.19 0.43
Hex 58 5E 81 20 1B 0 31 E7 13 2B
Octal 130 136 201 40 33 0 61 347 23 53
Binary 1011000 1011110 10000001 100000 11011 0 110001 11100111 10011 101011

Color Harmonies of #585E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585E81

Black with #585E81

Text Example


Text Example

White with #585E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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