#567093

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

Shades of Kashmir Blue #567093

Tints of Kashmir Blue #567093

Color information

#567093 (or 0x567093) is unknown color: approx Kashmir Blue. HEX triplet: 56, 70 and 93. RGB value is (86,112,147). Sum of RGB (Red+Green+Blue) = 86+112+147=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #567093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567093 is #A98F6C. Grayscale: #6C6C6C. Windows color (decimal): -11112301 or 9662550. OLE color: 9662550.

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

Color convert

RGB86112147-
CMYK0.410.2400.42
HSL214.43º26.18%45.69%-
HSV(B)214.43º41.5%57.65%-
XYZ14.915.6729.84-
YUV108.22149.89112.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=24.93%
G=32.46%
B=42.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861121470.410.2400.42214.4326.1845.69
Hex567093291802Ad61a2e
Octal12616022351300523263256
Binary10101101110000100100111010011100001010101101011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567093; }

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

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

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

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

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

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

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

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