Html Css Color HEX #5B6C73 Pale Sky

📋 copy color: '#5B6C73'

red 91 ◦ green 108 ◦ blue 115

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

Shades of Pale Sky #5B6C73

Tints of Pale Sky #5B6C73

RGB

 RED value IS 91 (35.94% from 255) = 28.98%

 GREEN value IS 108 (42.58% from 255) = 34.39%

 BLUE value IS 115 (45.31% from 255) = 36.62%

R = 28.98%
G = 34.39%
B = 36.62%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B6C73 (or 0x5B6C73) is known color: Pale Sky. HEX triplet: 5B, 6C and 73. RGB value is (91,108,115). Sum of RGB (Red+Green+Blue) = 91+108+115=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B6C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6C73 is #A4938C. Grayscale: #676767. Windows color (decimal): -10785677 or 7564379. OLE color: 7564379.

HSL color Cylindrical-coordinate representation of color #5B6C73: hue angle of 197.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B6C73 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 108 115 -
CMYK 0.21 0.06 0 0.55
HSL 197.5º 0.12% 0.4% -
HSV(B) 197.5º 0.21% 0.45% -
XYZ 12.77 14.19 18.28 -
YUV 103.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 91 108 115 0.21 0.06 0 0.55 197.5 0.12 0.4
Hex 5B 6C 73 15 6 0 37 C6 C 28
Octal 133 154 163 25 6 0 67 306 14 50
Binary 1011011 1101100 1110011 10101 110 0 110111 11000110 1100 101000

Color Harmonies of #5B6C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6C73

Black with #5B6C73

Text Example


Text Example

White with #5B6C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,108,115); }

 H1.HeaderClassName
 {
   color: #5B6C73;
 }
 .AnyTagClassName
 {
   color: #5B6C73;
 }
</style>

background-color css

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

 a { background-color: rgb(91,108,115); }

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

border-color css

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

 span { border-color: rgb(91,108,115); }

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