Html Css Color HEX #5B6669 Pale Sky

📋 copy color: '#5B6669'

red 91 ◦ green 102 ◦ blue 105

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

Shades of Pale Sky #5B6669

Tints of Pale Sky #5B6669

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.23%

 BLUE value IS 105 (41.41% from 255) = 35.23%

R = 30.54%
G = 34.23%
B = 35.23%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5B6669 (or 0x5B6669) is known color: Pale Sky. HEX triplet: 5B, 66 and 69. RGB value is (91,102,105). Sum of RGB (Red+Green+Blue) = 91+102+105=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 105 - color contains mainly: blue. Hex color #5B6669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6669 is #A49996. Grayscale: #636363. Windows color (decimal): -10787223 or 6907483. OLE color: 6907483.

HSL color Cylindrical-coordinate representation of color #5B6669: hue angle of 192.86º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B6669 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 102 105 -
CMYK 0.13 0.03 0 0.59
HSL 192.86º 0.07% 0.38% -
HSV(B) 192.86º 0.13% 0.41% -
XYZ 11.62 12.75 15.21 -
YUV 99.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 91 102 105 0.13 0.03 0 0.59 192.86 0.07 0.38
Hex 5B 66 69 D 3 0 3B C1 7 26
Octal 133 146 151 15 3 0 73 301 7 46
Binary 1011011 1100110 1101001 1101 11 0 111011 11000001 111 100110

Color Harmonies of #5B6669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6669

Black with #5B6669

Text Example


Text Example

White with #5B6669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,102,105); }

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

background-color css

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

 a { background-color: rgb(91,102,105); }

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

border-color css

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

 span { border-color: rgb(91,102,105); }

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