#56768F

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

Shades of Kashmir Blue #56768F

Tints of Kashmir Blue #56768F

Color information

#56768F (or 0x56768F) is unknown color: approx Kashmir Blue. HEX triplet: 56, 76 and 8F. RGB value is (86,118,143). Sum of RGB (Red+Green+Blue) = 86+118+143=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #56768F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56768F is #A98970. Grayscale: #6F6F6F. Windows color (decimal): -11110769 or 9401942. OLE color: 9401942.

HSL color Cylindrical-coordinate representation of color #56768F: hue angle of 206.32º 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 #56768F is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86118143-
CMYK0.400.1700.44
HSL206.32º24.89%44.9%-
HSV(B)206.32º39.86%56.08%-
XYZ15.2716.9228.45-
YUV111.28145.9109.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 143 (56.25% from 255) = 41.21%
R=24.78%
G=34.01%
B=41.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861181430.400.1700.44206.3224.8944.9
Hex56768F281102Cce192d
Octal12616621750210543163155
Binary10101101110110100011111010001000101011001100111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56768F; }

 p { color: rgb(86,118,143); }

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

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

 a { background-color: rgb(86,118,143); }

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

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

 span { border-color: rgb(86,118,143); }

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