#567495

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

Shades of Kashmir Blue #567495

Tints of Kashmir Blue #567495

Color information

#567495 (or 0x567495) is unknown color: approx Kashmir Blue. HEX triplet: 56, 74 and 95. RGB value is (86,116,149). Sum of RGB (Red+Green+Blue) = 86+116+149=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #567495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567495 is #A98B6A. Grayscale: #6E6E6E. Windows color (decimal): -11111275 or 9794646. OLE color: 9794646.

HSL color Cylindrical-coordinate representation of color #567495: hue angle of 211.43º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #567495 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB86116149-
CMYK0.420.2200.42
HSL211.43º26.81%46.08%-
HSV(B)211.43º42.28%58.43%-
XYZ15.5116.6430.83-
YUV110.79149.56110.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.50%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 149 (58.59% from 255) = 42.45%
R=24.50%
G=33.05%
B=42.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861161490.420.2200.42211.4326.8146.08
Hex5674952A1602Ad31b2e
Octal12616422552260523233356
Binary10101101110100100101011010101011001010101101001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567495; }

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

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

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

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

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

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

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

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