#5B7277

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

Shades of Pale Sky #5B7277

Tints of Pale Sky #5B7277

Color information

#5B7277 (or 0x5B7277) is unknown color: approx Pale Sky. HEX triplet: 5B, 72 and 77. RGB value is (91,114,119). Sum of RGB (Red+Green+Blue) = 91+114+119=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B7277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7277 is #A48D88. Grayscale: #6B6B6B. Windows color (decimal): -10784137 or 7828059. OLE color: 7828059.

HSL color Cylindrical-coordinate representation of color #5B7277: hue angle of 190.71º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B7277 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB91114119-
CMYK0.240.0400.53
HSL190.71º13.33%41.18%-
HSV(B)190.71º23.53%46.67%-
XYZ13.6615.5919.74-
YUV107.69134.38116.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.09%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 119 (46.88% from 255) = 36.73%
R=28.09%
G=35.19%
B=36.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal911141190.240.0400.53190.7113.3341.18
Hex5B7277184035bfd29
Octal1331621673040652771551
Binary101101111100101110111110001000110101101111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B7277; }

 p { color: rgb(91,114,119); }

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

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

 a { background-color: rgb(91,114,119); }

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

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

 span { border-color: rgb(91,114,119); }

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