Html Css Color HEX #56718B Kashmir Blue

📋 copy color: '#56718B'

red 86 ◦ green 113 ◦ blue 139

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

Shades of Kashmir Blue #56718B

Tints of Kashmir Blue #56718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.12%

R = 25.44%
G = 33.43%
B = 41.12%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56718B (or 0x56718B) is known color: Kashmir Blue. HEX triplet: 56, 71 and 8B. RGB value is (86,113,139). Sum of RGB (Red+Green+Blue) = 86+113+139=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #56718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56718B is #A98E74. Grayscale: #6B6B6B. Windows color (decimal): -11112053 or 9138518. OLE color: 9138518.

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

Color convert

RGB 86 113 139 -
CMYK 0.38 0.19 0 0.45
HSL 209.43º 0.24% 0.44% -
HSV(B) 209.43º 0.38% 0.55% -
XYZ 14.4 15.65 26.69 -
YUV 107.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 86 113 139 0.38 0.19 0 0.45 209.43 0.24 0.44
Hex 56 71 8B 26 13 0 2D D1 18 2C
Octal 126 161 213 46 23 0 55 321 30 54
Binary 1010110 1110001 10001011 100110 10011 0 101101 11010001 11000 101100

Color Harmonies of #56718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56718B

Black with #56718B

Text Example


Text Example

White with #56718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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