#567591

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

Shades of Kashmir Blue #567591

Tints of Kashmir Blue #567591

Color information

#567591 (or 0x567591) is unknown color: approx Kashmir Blue. HEX triplet: 56, 75 and 91. RGB value is (86,117,145). Sum of RGB (Red+Green+Blue) = 86+117+145=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #567591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567591 is #A98A6E. Grayscale: #6E6E6E. Windows color (decimal): -11111023 or 9532758. OLE color: 9532758.

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

Color convert

RGB86117145-
CMYK0.410.1900.43
HSL208.47º25.54%45.29%-
HSV(B)208.47º40.69%56.86%-
XYZ15.3116.7529.21-
YUV110.92147.23110.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 145 (57.03% from 255) = 41.67%
R=24.71%
G=33.62%
B=41.67%

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
Decimal861171450.410.1900.43208.4725.5445.29
Hex567591291302Bd01a2d
Octal12616522151230533203255
Binary10101101110101100100011010011001101010111101000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567591; }

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

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

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

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

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

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

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

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