#657375

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

Shades of Pale Sky #657375

Tints of Pale Sky #657375

Color information

#657375 (or 0x657375) is unknown color: approx Pale Sky. HEX triplet: 65, 73 and 75. RGB value is (101,115,117). Sum of RGB (Red+Green+Blue) = 101+115+117=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 117 - color contains mainly: blue. Hex color #657375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657375 is #9A8C8A. Grayscale: #6F6F6F. Windows color (decimal): -10128523 or 7697253. OLE color: 7697253.

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

Color convert

RGB101115117-
CMYK0.140.0200.54
HSL187.5º7.34%42.75%-
HSV(B)187.5º13.68%45.88%-
XYZ14.7116.3119.2-
YUV111.04131.36120.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.33%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=30.33%
G=34.53%
B=35.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011151170.140.0200.54187.57.3442.75
Hex657375E2036bc72b
Octal145163165162066274753
Binary110010111100111110101111010011011010111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657375; }

 p { color: rgb(101,115,117); }

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

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

 a { background-color: rgb(101,115,117); }

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

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

 span { border-color: rgb(101,115,117); }

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