#586469

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

Shades of Pale Sky #586469

Tints of Pale Sky #586469

Color information

#586469 (or 0x586469) is unknown color: approx Pale Sky. HEX triplet: 58, 64 and 69. RGB value is (88,100,105). Sum of RGB (Red+Green+Blue) = 88+100+105=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 105 - color contains mainly: blue. Hex color #586469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586469 is #A79B96. Grayscale: #606060. Windows color (decimal): -10984343 or 6906968. OLE color: 6906968.

HSL color Cylindrical-coordinate representation of color #586469: hue angle of 197.65º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #586469 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB88100105-
CMYK0.160.0500.59
HSL197.65º8.81%37.84%-
HSV(B)197.65º16.19%41.18%-
XYZ11.1312.2115.13-
YUV96.98132.52121.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 105 (41.41% from 255) = 35.84%
R=30.03%
G=34.13%
B=35.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal881001050.160.0500.59197.658.8137.84
Hex58646910503Bc6926
Octal1301441512050733061146
Binary101100011001001101001100001010111011110001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586469; }

 p { color: rgb(88,100,105); }

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

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

 a { background-color: rgb(88,100,105); }

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

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

 span { border-color: rgb(88,100,105); }

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