#567091

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

Shades of Kashmir Blue #567091

Tints of Kashmir Blue #567091

Color information

#567091 (or 0x567091) is unknown color: approx Kashmir Blue. HEX triplet: 56, 70 and 91. RGB value is (86,112,145). Sum of RGB (Red+Green+Blue) = 86+112+145=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #567091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567091 is #A98F6E. Grayscale: #6B6B6B. Windows color (decimal): -11112303 or 9531478. OLE color: 9531478.

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

Color convert

RGB86112145-
CMYK0.410.2300.43
HSL213.56º25.54%45.29%-
HSV(B)213.56º40.69%56.86%-
XYZ14.7415.6129.02-
YUV107.99148.89112.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 145 (57.03% from 255) = 42.27%
R=25.07%
G=32.65%
B=42.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861121450.410.2300.43213.5625.5445.29
Hex567091291702Bd61a2d
Octal12616022151270533263255
Binary10101101110000100100011010011011101010111101011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567091; }

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

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

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

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

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

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

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

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