Html Css Color HEX #586081 Comet

📋 copy color: '#586081'

red 88 ◦ green 96 ◦ blue 129

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

Shades of Comet #586081

Tints of Comet #586081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

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

R = 28.12%
G = 30.67%
B = 41.21%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#586081 (or 0x586081) is known color: Comet. HEX triplet: 58, 60 and 81. RGB value is (88,96,129). Sum of RGB (Red+Green+Blue) = 88+96+129=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #586081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586081 is #A79F7E. Grayscale: #616161. Windows color (decimal): -10985343 or 8478808. OLE color: 8478808.

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

Color convert

RGB 88 96 129 -
CMYK 0.32 0.26 0 0.49
HSL 228.29º 0.19% 0.43% -
HSV(B) 228.29º 0.32% 0.51% -
XYZ 12.17 12.03 22.45 -
YUV 97.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 88 96 129 0.32 0.26 0 0.49 228.29 0.19 0.43
Hex 58 60 81 20 1A 0 31 E4 13 2B
Octal 130 140 201 40 32 0 61 344 23 53
Binary 1011000 1100000 10000001 100000 11010 0 110001 11100100 10011 101011

Color Harmonies of #586081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586081

Black with #586081

Text Example


Text Example

White with #586081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586081; }

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

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

background-color css

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

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

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

border-color css

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

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

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