Html Css Color HEX #56718D Kashmir Blue

📋 copy color: '#56718D'

red 86 ◦ green 113 ◦ blue 141

#56718D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #56718D

Tints of Kashmir Blue #56718D

RGB

 RED value IS 86 (33.98% from 255) = 25.29%

 GREEN value IS 113 (44.53% from 255) = 33.24%

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 25.29%
G = 33.24%
B = 41.47%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56718D (or 0x56718D) is known color: Kashmir Blue. HEX triplet: 56, 71 and 8D. RGB value is (86,113,141). Sum of RGB (Red+Green+Blue) = 86+113+141=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #56718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56718D is #A98E72. Grayscale: #6B6B6B. Windows color (decimal): -11112051 or 9269590. OLE color: 9269590.

HSL color Cylindrical-coordinate representation of color #56718D: hue angle of 210.55º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56718D is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 113 141 -
CMYK 0.39 0.20 0 0.45
HSL 210.55º 0.24% 0.45% -
HSV(B) 210.55º 0.39% 0.55% -
XYZ 14.55 15.71 27.47 -
YUV 108.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 86 113 141 0.39 0.20 0 0.45 210.55 0.24 0.45
Hex 56 71 8D 27 14 0 2D D3 18 2D
Octal 126 161 215 47 24 0 55 323 30 55
Binary 1010110 1110001 10001101 100111 10100 0 101101 11010011 11000 101101

Color Harmonies of #56718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56718D

Black with #56718D

Text Example


Text Example

White with #56718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56718D; }

 p { color: rgb(86,113,141); }

 H1.HeaderClassName
 {
   color: #56718D;
 }
 .AnyTagClassName
 {
   color: #56718D;
 }
</style>

background-color css

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

 a { background-color: rgb(86,113,141); }

 div.DivClassName
 {
   background-color: #56718D;
 }
 .BgClassName
 {
   background-color: #56718D;
 }
</style>

border-color css

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

 span { border-color: rgb(86,113,141); }

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