Html Css Color HEX #657175 Pale Sky

📋 copy color: '#657175'

red 101 ◦ green 113 ◦ blue 117

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

Shades of Pale Sky #657175

Tints of Pale Sky #657175

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 value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#657175 (or 0x657175) is known color: 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

RGB 101 113 117 -
CMYK 0.14 0.03 0 0.54
HSL 195º 0.07% 0.43% -
HSV(B) 195º 0.14% 0.46% -
XYZ 14.48 15.86 19.13 -
YUV 109.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 101 113 117 0.14 0.03 0 0.54 195 0.07 0.43
Hex 65 71 75 E 3 0 36 C3 7 2B
Octal 145 161 165 16 3 0 66 303 7 53
Binary 1100101 1110001 1110101 1110 11 0 110110 11000011 111 101011

Color Harmonies of #657175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657175

Black with #657175

Text Example


Text Example

White with #657175

Text Example


Text Example

HTML Codes & Css Web 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>