#5A6367

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

Shades of Pale Sky #5A6367

Tints of Pale Sky #5A6367

Color information

#5A6367 (or 0x5A6367) is unknown color: approx Pale Sky. HEX triplet: 5A, 63 and 67. RGB value is (90,99,103). Sum of RGB (Red+Green+Blue) = 90+99+103=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 103 - color contains mainly: blue. Hex color #5A6367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6367 is #A59C98. Grayscale: #606060. Windows color (decimal): -10853529 or 6775642. OLE color: 6775642.

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

Color convert

RGB9099103-
CMYK0.130.0400.60
HSL198.46º6.74%37.84%-
HSV(B)198.46º12.62%40.39%-
XYZ11.1312.0814.58-
YUV96.76131.52123.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.82%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 103 (40.62% from 255) = 35.27%
R=30.82%
G=33.90%
B=35.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90991030.130.0400.60198.466.7437.84
Hex5A6367D403Cc6726
Octal132143147154074306746
Binary1011010110001111001111101100011110011000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,99,103); }

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

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

 a { background-color: rgb(90,99,103); }

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

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

 span { border-color: rgb(90,99,103); }

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