#657275

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

Shades of Pale Sky #657275

Tints of Pale Sky #657275

Color information

#657275 (or 0x657275) is unknown color: approx Pale Sky. HEX triplet: 65, 72 and 75. RGB value is (101,114,117). Sum of RGB (Red+Green+Blue) = 101+114+117=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 117 - color contains mainly: blue. Hex color #657275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657275 is #9A8D8A. Grayscale: #6E6E6E. Windows color (decimal): -10128779 or 7696997. OLE color: 7696997.

HSL color Cylindrical-coordinate representation of color #657275: hue angle of 191.25º 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 #657275 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB101114117-
CMYK0.140.0300.54
HSL191.25º7.34%42.75%-
HSV(B)191.25º13.68%45.88%-
XYZ14.616.0919.17-
YUV110.45131.69121.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.42%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=30.42%
G=34.34%
B=35.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011141170.140.0300.54191.257.3442.75
Hex657275E3036bf72b
Octal145162165163066277753
Binary110010111100101110101111011011011010111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657275; }

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

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

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

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

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

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

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

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