#567799

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

Shades of Kashmir Blue #567799

Tints of Kashmir Blue #567799

Color information

#567799 (or 0x567799) is unknown color: approx Kashmir Blue. HEX triplet: 56, 77 and 99. RGB value is (86,119,153). Sum of RGB (Red+Green+Blue) = 86+119+153=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #567799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567799 is #A98866. Grayscale: #707070. Windows color (decimal): -11110503 or 10057558. OLE color: 10057558.

HSL color Cylindrical-coordinate representation of color #567799: hue angle of 210.45º 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 #567799 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB86119153-
CMYK0.440.2200.4
HSL210.45º28.03%46.86%-
HSV(B)210.45º43.79%60%-
XYZ16.1817.4732.66-
YUV113.01150.57108.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.02%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=24.02%
G=33.24%
B=42.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861191530.440.2200.4210.4528.0346.86
Hex5677992C16028d21c2f
Octal12616723154260503223457
Binary10101101110111100110011011001011001010001101001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567799; }

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

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

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

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

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

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

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

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