#567297

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

Shades of Kashmir Blue #567297

Tints of Kashmir Blue #567297

Color information

#567297 (or 0x567297) is unknown color: approx Kashmir Blue. HEX triplet: 56, 72 and 97. RGB value is (86,114,151). Sum of RGB (Red+Green+Blue) = 86+114+151=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #567297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567297 is #A98D68. Grayscale: #6D6D6D. Windows color (decimal): -11111785 or 9925206. OLE color: 9925206.

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

Color convert

RGB86114151-
CMYK0.430.2500.41
HSL214.15º27.43%46.47%-
HSV(B)214.15º43.05%59.22%-
XYZ15.4416.2531.6-
YUV109.85151.22110.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.50%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 151 (59.38% from 255) = 43.02%
R=24.50%
G=32.48%
B=43.02%

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
Decimal861141510.430.2500.41214.1527.4346.47
Hex5672972B19029d61b2e
Octal12616222753310513263356
Binary10101101110010100101111010111100101010011101011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567297; }

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

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

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

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

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

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

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

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