Html Css Color HEX #5A6569 Pale Sky

📋 copy color: '#5A6569'

red 90 ◦ green 101 ◦ blue 105

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

Shades of Pale Sky #5A6569

Tints of Pale Sky #5A6569

RGB

 RED value IS 90 (35.55% from 255) = 30.41%

 GREEN value IS 101 (39.84% from 255) = 34.12%

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

R = 30.41%
G = 34.12%
B = 35.47%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5A6569 (or 0x5A6569) is known color: Pale Sky. HEX triplet: 5A, 65 and 69. RGB value is (90,101,105). Sum of RGB (Red+Green+Blue) = 90+101+105=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 105 - color contains mainly: blue. Hex color #5A6569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6569 is #A59A96. Grayscale: #626262. Windows color (decimal): -10853015 or 6907226. OLE color: 6907226.

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

Color convert

RGB 90 101 105 -
CMYK 0.14 0.04 0 0.59
HSL 196º 0.08% 0.38% -
HSV(B) 196º 0.14% 0.41% -
XYZ 11.42 12.5 15.18 -
YUV 98.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 90 101 105 0.14 0.04 0 0.59 196 0.08 0.38
Hex 5A 65 69 E 4 0 3B C4 8 26
Octal 132 145 151 16 4 0 73 304 10 46
Binary 1011010 1100101 1101001 1110 100 0 111011 11000100 1000 100110

Color Harmonies of #5A6569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6569

Black with #5A6569

Text Example


Text Example

White with #5A6569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,101,105); }

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

background-color css

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

 a { background-color: rgb(90,101,105); }

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

border-color css

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

 span { border-color: rgb(90,101,105); }

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