Html Css Color HEX #56718E Kashmir Blue

📋 copy color: '#56718E'

red 86 ◦ green 113 ◦ blue 142

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

Shades of Kashmir Blue #56718E

Tints of Kashmir Blue #56718E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 25.22%
G = 33.14%
B = 41.64%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56718E (or 0x56718E) is known color: Kashmir Blue. HEX triplet: 56, 71 and 8E. RGB value is (86,113,142). Sum of RGB (Red+Green+Blue) = 86+113+142=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #56718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56718E is #A98E71. Grayscale: #6C6C6C. Windows color (decimal): -11112050 or 9335126. OLE color: 9335126.

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

Color convert

RGB 86 113 142 -
CMYK 0.39 0.20 0 0.44
HSL 211.07º 0.25% 0.45% -
HSV(B) 211.07º 0.39% 0.56% -
XYZ 14.63 15.74 27.86 -
YUV 108.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 86 113 142 0.39 0.20 0 0.44 211.07 0.25 0.45
Hex 56 71 8E 27 14 0 2C D3 19 2D
Octal 126 161 216 47 24 0 54 323 31 55
Binary 1010110 1110001 10001110 100111 10100 0 101100 11010011 11001 101101

Color Harmonies of #56718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56718E

Black with #56718E

Text Example


Text Example

White with #56718E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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