#567191

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

Shades of Kashmir Blue #567191

Tints of Kashmir Blue #567191

Color information

#567191 (or 0x567191) is unknown color: approx Kashmir Blue. HEX triplet: 56, 71 and 91. RGB value is (86,113,145). Sum of RGB (Red+Green+Blue) = 86+113+145=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #567191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567191 is #A98E6E. Grayscale: #6C6C6C. Windows color (decimal): -11112047 or 9531734. OLE color: 9531734.

HSL color Cylindrical-coordinate representation of color #567191: hue angle of 212.54º 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 #567191 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB86113145-
CMYK0.410.2200.43
HSL212.54º25.54%45.29%-
HSV(B)212.54º40.69%56.86%-
XYZ14.8515.8329.06-
YUV108.58148.55111.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 145 (57.03% from 255) = 42.15%
R=25%
G=32.85%
B=42.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861131450.410.2200.43212.5425.5445.29
Hex567191291602Bd51a2d
Octal12616122151260533253255
Binary10101101110001100100011010011011001010111101010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567191; }

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

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

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

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

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

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

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

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