Html Css Color HEX #595C85 Comet

📋 copy color: '#595C85'

red 89 ◦ green 92 ◦ blue 133

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

Shades of Comet #595C85

Tints of Comet #595C85

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.3%

 BLUE value IS 133 (52.34% from 255) = 42.36%

R = 28.34%
G = 29.3%
B = 42.36%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#595C85 (or 0x595C85) is known color: Comet. HEX triplet: 59, 5C and 85. RGB value is (89,92,133). Sum of RGB (Red+Green+Blue) = 89+92+133=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #595C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C85 is #A6A37A. Grayscale: #5F5F5F. Windows color (decimal): -10920827 or 8739929. OLE color: 8739929.

HSL color Cylindrical-coordinate representation of color #595C85: hue angle of 235.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #595C85 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 92 133 -
CMYK 0.33 0.31 0 0.48
HSL 235.91º 0.2% 0.44% -
HSV(B) 235.91º 0.33% 0.52% -
XYZ 12.18 11.47 23.76 -
YUV 95.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 89 92 133 0.33 0.31 0 0.48 235.91 0.2 0.44
Hex 59 5C 85 21 1F 0 30 EC 14 2C
Octal 131 134 205 41 37 0 60 354 24 54
Binary 1011001 1011100 10000101 100001 11111 0 110000 11101100 10100 101100

Color Harmonies of #595C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595C85

Black with #595C85

Text Example


Text Example

White with #595C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595C85; }

 p { color: rgb(89,92,133); }

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

background-color css

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

 a { background-color: rgb(89,92,133); }

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

border-color css

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

 span { border-color: rgb(89,92,133); }

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