#567593

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

Shades of Kashmir Blue #567593

Tints of Kashmir Blue #567593

Color information

#567593 (or 0x567593) is unknown color: approx Kashmir Blue. HEX triplet: 56, 75 and 93. RGB value is (86,117,147). Sum of RGB (Red+Green+Blue) = 86+117+147=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #567593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567593 is #A98A6C. Grayscale: #6F6F6F. Windows color (decimal): -11111021 or 9663830. OLE color: 9663830.

HSL color Cylindrical-coordinate representation of color #567593: hue angle of 209.51º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #567593 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB86117147-
CMYK0.410.2000.42
HSL209.51º26.18%45.69%-
HSV(B)209.51º41.5%57.65%-
XYZ15.4716.8130.03-
YUV111.15148.23110.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 147 (57.81% from 255) = 42%
R=24.57%
G=33.43%
B=42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861171470.410.2000.42209.5126.1845.69
Hex567593291402Ad21a2e
Octal12616522351240523223256
Binary10101101110101100100111010011010001010101101001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567593; }

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

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

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

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

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

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

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

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