Html Css Color HEX #595F7B Comet

📋 copy color: '#595F7B'

red 89 ◦ green 95 ◦ blue 123

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

Shades of Comet #595F7B

Tints of Comet #595F7B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.94%

 BLUE value IS 123 (48.44% from 255) = 40.07%

R = 28.99%
G = 30.94%
B = 40.07%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#595F7B (or 0x595F7B) is known color: Comet. HEX triplet: 59, 5F and 7B. RGB value is (89,95,123). Sum of RGB (Red+Green+Blue) = 89+95+123=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #595F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F7B is #A6A084. Grayscale: #606060. Windows color (decimal): -10920069 or 8085337. OLE color: 8085337.

HSL color Cylindrical-coordinate representation of color #595F7B: hue angle of 229.41º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #595F7B is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 95 123 -
CMYK 0.28 0.23 0 0.52
HSL 229.41º 0.16% 0.42% -
HSV(B) 229.41º 0.28% 0.48% -
XYZ 11.79 11.74 20.38 -
YUV 96.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 89 95 123 0.28 0.23 0 0.52 229.41 0.16 0.42
Hex 59 5F 7B 1C 17 0 34 E5 10 2A
Octal 131 137 173 34 27 0 64 345 20 52
Binary 1011001 1011111 1111011 11100 10111 0 110100 11100101 10000 101010

Color Harmonies of #595F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F7B

Black with #595F7B

Text Example


Text Example

White with #595F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,95,123); }

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

background-color css

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

 a { background-color: rgb(89,95,123); }

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

border-color css

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

 span { border-color: rgb(89,95,123); }

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