Html Css Color HEX #585D81 Comet

📋 copy color: '#585D81'

red 88 ◦ green 93 ◦ blue 129

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

Shades of Comet #585D81

Tints of Comet #585D81

RGB

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

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

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

R = 28.39%
G = 30%
B = 41.61%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#585D81 (or 0x585D81) is known color: Comet. HEX triplet: 58, 5D and 81. RGB value is (88,93,129). Sum of RGB (Red+Green+Blue) = 88+93+129=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #585D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585D81 is #A7A27E. Grayscale: #5F5F5F. Windows color (decimal): -10986111 or 8478040. OLE color: 8478040.

HSL color Cylindrical-coordinate representation of color #585D81: hue angle of 232.68º 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 #585D81 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 93 129 -
CMYK 0.32 0.28 0 0.49
HSL 232.68º 0.19% 0.43% -
HSV(B) 232.68º 0.32% 0.51% -
XYZ 11.9 11.49 22.36 -
YUV 95.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 88 93 129 0.32 0.28 0 0.49 232.68 0.19 0.43
Hex 58 5D 81 20 1C 0 31 E9 13 2B
Octal 130 135 201 40 34 0 61 351 23 53
Binary 1011000 1011101 10000001 100000 11100 0 110001 11101001 10011 101011

Color Harmonies of #585D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D81

Black with #585D81

Text Example


Text Example

White with #585D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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