#567598

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

Shades of Kashmir Blue #567598

Tints of Kashmir Blue #567598

Color information

#567598 (or 0x567598) is unknown color: approx Kashmir Blue. HEX triplet: 56, 75 and 98. RGB value is (86,117,152). Sum of RGB (Red+Green+Blue) = 86+117+152=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #567598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567598 is #A98A67. Grayscale: #6F6F6F. Windows color (decimal): -11111016 or 9991510. OLE color: 9991510.

HSL color Cylindrical-coordinate representation of color #567598: hue angle of 211.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #567598 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB86117152-
CMYK0.430.2300.40
HSL211.82º27.73%46.67%-
HSV(B)211.82º43.42%59.61%-
XYZ15.8716.9732.14-
YUV111.72150.73109.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 117 (46.09% from 255) = 32.96%
BLUE value IS 152 (59.77% from 255) = 42.82%
R=24.23%
G=32.96%
B=42.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861171520.430.2300.40211.8227.7346.67
Hex5675982B17028d41c2f
Octal12616523053270503243457
Binary10101101110101100110001010111011101010001101010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567598; }

 p { color: rgb(86,117,152); }

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

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

 a { background-color: rgb(86,117,152); }

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

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

 span { border-color: rgb(86,117,152); }

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