Html Css Color HEX #56708E Kashmir Blue

📋 copy color: '#56708E'

red 86 ◦ green 112 ◦ blue 142

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

Shades of Kashmir Blue #56708E

Tints of Kashmir Blue #56708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

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

R = 25.29%
G = 32.94%
B = 41.76%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56708E (or 0x56708E) is known color: Kashmir Blue. HEX triplet: 56, 70 and 8E. RGB value is (86,112,142). Sum of RGB (Red+Green+Blue) = 86+112+142=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 142 - color contains mainly: blue. Hex color #56708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56708E is #A98F71. Grayscale: #6B6B6B. Windows color (decimal): -11112306 or 9334870. OLE color: 9334870.

HSL color Cylindrical-coordinate representation of color #56708E: hue angle of 212.14º 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 #56708E is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 112 142 -
CMYK 0.39 0.21 0 0.44
HSL 212.14º 0.25% 0.45% -
HSV(B) 212.14º 0.39% 0.56% -
XYZ 14.51 15.52 27.82 -
YUV 107.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 86 112 142 0.39 0.21 0 0.44 212.14 0.25 0.45
Hex 56 70 8E 27 15 0 2C D4 19 2D
Octal 126 160 216 47 25 0 54 324 31 55
Binary 1010110 1110000 10001110 100111 10101 0 101100 11010100 11001 101101

Color Harmonies of #56708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56708E

Black with #56708E

Text Example


Text Example

White with #56708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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