#567691

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

Shades of Kashmir Blue #567691

Tints of Kashmir Blue #567691

Color information

#567691 (or 0x567691) is unknown color: approx Kashmir Blue. HEX triplet: 56, 76 and 91. RGB value is (86,118,145). Sum of RGB (Red+Green+Blue) = 86+118+145=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #567691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567691 is #A9896E. Grayscale: #6F6F6F. Windows color (decimal): -11110767 or 9533014. OLE color: 9533014.

HSL color Cylindrical-coordinate representation of color #567691: hue angle of 207.46º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #567691 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB86118145-
CMYK0.410.1900.43
HSL207.46º25.54%45.29%-
HSV(B)207.46º40.69%56.86%-
XYZ15.4316.9829.25-
YUV111.51146.9109.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 145 (57.03% from 255) = 41.55%
R=24.64%
G=33.81%
B=41.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861181450.410.1900.43207.4625.5445.29
Hex567691291302Bcf1a2d
Octal12616622151230533173255
Binary10101101110110100100011010011001101010111100111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567691; }

 p { color: rgb(86,118,145); }

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

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

 a { background-color: rgb(86,118,145); }

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

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

 span { border-color: rgb(86,118,145); }

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