#567496

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

Shades of Kashmir Blue #567496

Tints of Kashmir Blue #567496

Color information

#567496 (or 0x567496) is unknown color: approx Kashmir Blue. HEX triplet: 56, 74 and 96. RGB value is (86,116,150). Sum of RGB (Red+Green+Blue) = 86+116+150=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #567496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567496 is #A98B69. Grayscale: #6E6E6E. Windows color (decimal): -11111274 or 9860182. OLE color: 9860182.

HSL color Cylindrical-coordinate representation of color #567496: hue angle of 211.88º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #567496 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB86116150-
CMYK0.430.2300.41
HSL211.88º27.12%46.27%-
HSV(B)211.88º42.67%58.82%-
XYZ15.5916.6731.25-
YUV110.91150.06110.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 150 (58.98% from 255) = 42.61%
R=24.43%
G=32.95%
B=42.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861161500.430.2300.41211.8827.1246.27
Hex5674962B17029d41b2e
Octal12616422653270513243356
Binary10101101110100100101101010111011101010011101010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567496; }

 p { color: rgb(86,116,150); }

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

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

 a { background-color: rgb(86,116,150); }

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

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

 span { border-color: rgb(86,116,150); }

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