#597275

Color #597275 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #597275

Tints of Pale Sky #597275

Color information

#597275 (or 0x597275) is unknown color: approx Pale Sky. HEX triplet: 59, 72 and 75. RGB value is (89,114,117). Sum of RGB (Red+Green+Blue) = 89+114+117=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #597275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597275 is #A68D8A. Grayscale: #6A6A6A. Windows color (decimal): -10915211 or 7696985. OLE color: 7696985.

HSL color Cylindrical-coordinate representation of color #597275: hue angle of 186.43º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #597275 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB89114117-
CMYK0.240.0300.54
HSL186.43º13.59%40.39%-
HSV(B)186.43º23.93%45.88%-
XYZ13.3515.4419.11-
YUV106.87133.72115.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.81%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=27.81%
G=35.62%
B=36.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal891141170.240.0300.54186.4313.5940.39
Hex597275183036bae28
Octal1311621653030662721650
Binary10110011110010111010111000110110110101110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #597275; }

 p { color: rgb(89,114,117); }

 H1.HeaderClassName
 {
   color: #597275;
 }
 .AnyTagClassName
 {
   color: #597275;
 }
</style>
background-color css

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

 a { background-color: rgb(89,114,117); }

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

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

 span { border-color: rgb(89,114,117); }

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