#56678A

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

Shades of Kashmir Blue #56678A

Tints of Kashmir Blue #56678A

Color information

#56678A (or 0x56678A) is unknown color: approx Kashmir Blue. HEX triplet: 56, 67 and 8A. RGB value is (86,103,138). Sum of RGB (Red+Green+Blue) = 86+103+138=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #56678A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56678A is #A99875. Grayscale: #656565. Windows color (decimal): -11114614 or 9070422. OLE color: 9070422.

HSL color Cylindrical-coordinate representation of color #56678A: hue angle of 220.38º 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 #56678A is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB86103138-
CMYK0.380.2500.46
HSL220.38º23.21%43.92%-
HSV(B)220.38º37.68%54.12%-
XYZ13.2813.5125.95-
YUV101.91148.37116.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.30%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=26.30%
G=31.50%
B=42.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861031380.380.2500.46220.3823.2143.92
Hex56678A261902Edc172c
Octal12614721246310563342754
Binary10101101100111100010101001101100101011101101110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56678A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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