#567895

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

Shades of Kashmir Blue #567895

Tints of Kashmir Blue #567895

Color information

#567895 (or 0x567895) is unknown color: approx Kashmir Blue. HEX triplet: 56, 78 and 95. RGB value is (86,120,149). Sum of RGB (Red+Green+Blue) = 86+120+149=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #567895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567895 is #A9876A. Grayscale: #707070. Windows color (decimal): -11110251 or 9795670. OLE color: 9795670.

HSL color Cylindrical-coordinate representation of color #567895: hue angle of 207.62º 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 #567895 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB86120149-
CMYK0.420.1900.42
HSL207.62º26.81%46.08%-
HSV(B)207.62º42.28%58.43%-
XYZ15.9817.5830.99-
YUV113.14148.24108.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 120 (47.27% from 255) = 33.80%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=24.23%
G=33.80%
B=41.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861201490.420.1900.42207.6226.8146.08
Hex5678952A1302Ad01b2e
Octal12617022552230523203356
Binary10101101111000100101011010101001101010101101000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567895; }

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

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

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

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

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

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

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

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