#56658A

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

Shades of Kashmir Blue #56658A

Tints of Kashmir Blue #56658A

Color information

#56658A (or 0x56658A) is unknown color: approx Kashmir Blue. HEX triplet: 56, 65 and 8A. RGB value is (86,101,138). Sum of RGB (Red+Green+Blue) = 86+101+138=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #56658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56658A is #A99A75. Grayscale: #646464. Windows color (decimal): -11115126 or 9069910. OLE color: 9069910.

HSL color Cylindrical-coordinate representation of color #56658A: hue angle of 222.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56658A is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB86101138-
CMYK0.380.2700.46
HSL222.69º23.21%43.92%-
HSV(B)222.69º37.68%54.12%-
XYZ13.0813.1225.89-
YUV100.73149.03117.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=26.46%
G=31.08%
B=42.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861011380.380.2700.46222.6923.2143.92
Hex56658A261B02Edf172c
Octal12614521246330563372754
Binary10101101100101100010101001101101101011101101111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56658A; }

 p { color: rgb(86,101,138); }

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

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

 a { background-color: rgb(86,101,138); }

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

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

 span { border-color: rgb(86,101,138); }

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