#567995

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

Shades of Kashmir Blue #567995

Tints of Kashmir Blue #567995

Color information

#567995 (or 0x567995) is unknown color: approx Kashmir Blue. HEX triplet: 56, 79 and 95. RGB value is (86,121,149). Sum of RGB (Red+Green+Blue) = 86+121+149=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #567995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567995 is #A9866A. Grayscale: #717171. Windows color (decimal): -11109995 or 9795926. OLE color: 9795926.

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

Color convert

RGB86121149-
CMYK0.420.1900.42
HSL206.67º26.81%46.08%-
HSV(B)206.67º42.28%58.43%-
XYZ16.117.8231.03-
YUV113.73147.9108.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 121 (47.66% from 255) = 33.99%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=24.16%
G=33.99%
B=41.85%

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
Decimal861211490.420.1900.42206.6726.8146.08
Hex5679952A1302Acf1b2e
Octal12617122552230523173356
Binary10101101111001100101011010101001101010101100111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567995; }

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

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

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

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

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

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

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

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