#567096

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

Shades of Kashmir Blue #567096

Tints of Kashmir Blue #567096

Color information

#567096 (or 0x567096) is unknown color: approx Kashmir Blue. HEX triplet: 56, 70 and 96. RGB value is (86,112,150). Sum of RGB (Red+Green+Blue) = 86+112+150=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #567096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567096 is #A98F69. Grayscale: #6C6C6C. Windows color (decimal): -11112298 or 9859158. OLE color: 9859158.

HSL color Cylindrical-coordinate representation of color #567096: hue angle of 215.62º 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 #567096 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB86112150-
CMYK0.430.2500.41
HSL215.62º27.12%46.27%-
HSV(B)215.62º42.67%58.82%-
XYZ15.1415.7731.1-
YUV108.56151.39111.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 150 (58.98% from 255) = 43.10%
R=24.71%
G=32.18%
B=43.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861121500.430.2500.41215.6227.1246.27
Hex5670962B19029d81b2e
Octal12616022653310513303356
Binary10101101110000100101101010111100101010011101100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567096; }

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

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

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

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

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

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

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

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