#657274

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

Shades of Pale Sky #657274

Tints of Pale Sky #657274

Color information

#657274 (or 0x657274) is unknown color: approx Pale Sky. HEX triplet: 65, 72 and 74. RGB value is (101,114,116). Sum of RGB (Red+Green+Blue) = 101+114+116=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 116 - color contains mainly: blue. Hex color #657274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657274 is #9A8D8B. Grayscale: #6E6E6E. Windows color (decimal): -10128780 or 7631461. OLE color: 7631461.

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

Color convert

RGB101114116-
CMYK0.130.0200.55
HSL188º6.91%42.55%-
HSV(B)188º12.93%45.49%-
XYZ14.5416.0618.86-
YUV110.34131.19121.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.51%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 116 (45.70% from 255) = 35.05%
R=30.51%
G=34.44%
B=35.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011141160.130.0200.551886.9142.55
Hex657274D2037bc72b
Octal145162164152067274753
Binary110010111100101110100110110011011110111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657274; }

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

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

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

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

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

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

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

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