Html Css Color HEX #657375 Pale Sky

📋 copy color: '#657375'

red 101 ◦ green 115 ◦ blue 117

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

Shades of Pale Sky #657375

Tints of Pale Sky #657375

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

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

RGB 101 115 117 -
CMYK 0.14 0.02 0 0.54
HSL 187.5º 0.07% 0.43% -
HSV(B) 187.5º 0.14% 0.46% -
XYZ 14.71 16.31 19.2 -
YUV 111.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 101 115 117 0.14 0.02 0 0.54 187.5 0.07 0.43
Hex 65 73 75 E 2 0 36 BC 7 2B
Octal 145 163 165 16 2 0 66 274 7 53
Binary 1100101 1110011 1110101 1110 10 0 110110 10111100 111 101011

Color Harmonies of #657375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657375

Black with #657375

Text Example


Text Example

White with #657375

Text Example


Text Example

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