#657175

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

Shades of Pale Sky #657175

Tints of Pale Sky #657175

Color information

#657175 (or 0x657175) is unknown color: approx Pale Sky. HEX triplet: 65, 71 and 75. RGB value is (101,113,117). Sum of RGB (Red+Green+Blue) = 101+113+117=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 117 - color contains mainly: blue. Hex color #657175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657175 is #9A8E8A. Grayscale: #6D6D6D. Windows color (decimal): -10129035 or 7696741. OLE color: 7696741.

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

Color convert

RGB101113117-
CMYK0.140.0300.54
HSL195º7.34%42.75%-
HSV(B)195º13.68%45.88%-
XYZ14.4815.8619.13-
YUV109.87132.02121.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.51%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=30.51%
G=34.14%
B=35.35%

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
Decimal1011131170.140.0300.541957.3442.75
Hex657175E3036c372b
Octal145161165163066303753
Binary110010111100011110101111011011011011000011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657175; }

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

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

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

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

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

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

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

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