#567699

Color #567699 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #567699

Tints of Kashmir Blue #567699

Color information

#567699 (or 0x567699) is unknown color: approx Kashmir Blue. HEX triplet: 56, 76 and 99. RGB value is (86,118,153). Sum of RGB (Red+Green+Blue) = 86+118+153=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #567699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567699 is #A98966. Grayscale: #707070. Windows color (decimal): -11110759 or 10057302. OLE color: 10057302.

HSL color Cylindrical-coordinate representation of color #567699: hue angle of 211.34º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #567699 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB86118153-
CMYK0.440.2300.4
HSL211.34º28.03%46.86%-
HSV(B)211.34º43.79%60%-
XYZ16.0717.2432.62-
YUV112.42150.9109.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=24.09%
G=33.05%
B=42.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861181530.440.2300.4211.3428.0346.86
Hex5676992C17028d31c2f
Octal12616623154270503233457
Binary10101101110110100110011011001011101010001101001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567699; }

 p { color: rgb(86,118,153); }

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

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

 a { background-color: rgb(86,118,153); }

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

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

 span { border-color: rgb(86,118,153); }

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