#567190

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

Shades of Kashmir Blue #567190

Tints of Kashmir Blue #567190

Color information

#567190 (or 0x567190) is unknown color: approx Kashmir Blue. HEX triplet: 56, 71 and 90. RGB value is (86,113,144). Sum of RGB (Red+Green+Blue) = 86+113+144=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #567190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567190 is #A98E6F. Grayscale: #6C6C6C. Windows color (decimal): -11112048 or 9466198. OLE color: 9466198.

HSL color Cylindrical-coordinate representation of color #567190: hue angle of 212.07º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #567190 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86113144-
CMYK0.400.2200.44
HSL212.07º25.22%45.1%-
HSV(B)212.07º40.28%56.47%-
XYZ14.7815.828.66-
YUV108.46148.05111.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 144 (56.64% from 255) = 41.98%
R=25.07%
G=32.94%
B=41.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861131440.400.2200.44212.0725.2245.1
Hex567190281602Cd4192d
Octal12616122050260543243155
Binary10101101110001100100001010001011001011001101010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567190; }

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

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

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

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

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

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

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

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