Html Css Color HEX #596082 Comet

📋 copy color: '#596082'

red 89 ◦ green 96 ◦ blue 130

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

Shades of Comet #596082

Tints of Comet #596082

RGB

 RED value IS 89 (35.16% from 255) = 28.25%

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

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 28.25%
G = 30.48%
B = 41.27%

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

#596082 (or 0x596082) is known color: Comet. HEX triplet: 59, 60 and 82. RGB value is (89,96,130). Sum of RGB (Red+Green+Blue) = 89+96+130=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #596082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596082 is #A69F7D. Grayscale: #616161. Windows color (decimal): -10919806 or 8544345. OLE color: 8544345.

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

Color convert

RGB 89 96 130 -
CMYK 0.32 0.26 0 0.49
HSL 229.76º 0.19% 0.43% -
HSV(B) 229.76º 0.32% 0.51% -
XYZ 12.33 12.1 22.8 -
YUV 97.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 89 96 130 0.32 0.26 0 0.49 229.76 0.19 0.43
Hex 59 60 82 20 1A 0 31 E6 13 2B
Octal 131 140 202 40 32 0 61 346 23 53
Binary 1011001 1100000 10000010 100000 11010 0 110001 11100110 10011 101011

Color Harmonies of #596082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596082

Black with #596082

Text Example


Text Example

White with #596082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596082; }

 p { color: rgb(89,96,130); }

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

background-color css

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

 a { background-color: rgb(89,96,130); }

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

border-color css

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

 span { border-color: rgb(89,96,130); }

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