#567296

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

Shades of Kashmir Blue #567296

Tints of Kashmir Blue #567296

Color information

#567296 (or 0x567296) is unknown color: approx Kashmir Blue. HEX triplet: 56, 72 and 96. RGB value is (86,114,150). Sum of RGB (Red+Green+Blue) = 86+114+150=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #567296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567296 is #A98D69. Grayscale: #6D6D6D. Windows color (decimal): -11111786 or 9859670. OLE color: 9859670.

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

Color convert

RGB86114150-
CMYK0.430.2400.41
HSL213.75º27.12%46.27%-
HSV(B)213.75º42.67%58.82%-
XYZ15.3616.2231.17-
YUV109.73150.72111.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 150 (58.98% from 255) = 42.86%
R=24.57%
G=32.57%
B=42.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861141500.430.2400.41213.7527.1246.27
Hex5672962B18029d61b2e
Octal12616222653300513263356
Binary10101101110010100101101010111100001010011101011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567296; }

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

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

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

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

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

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

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

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