Html Css Color HEX #56708B Kashmir Blue

📋 copy color: '#56708B'

red 86 ◦ green 112 ◦ blue 139

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

Shades of Kashmir Blue #56708B

Tints of Kashmir Blue #56708B

RGB

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

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

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

R = 25.52%
G = 33.23%
B = 41.25%

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

#56708B (or 0x56708B) is known color: Kashmir Blue. HEX triplet: 56, 70 and 8B. RGB value is (86,112,139). Sum of RGB (Red+Green+Blue) = 86+112+139=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #56708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56708B is #A98F74. Grayscale: #6B6B6B. Windows color (decimal): -11112309 or 9138262. OLE color: 9138262.

HSL color Cylindrical-coordinate representation of color #56708B: hue angle of 210.57º 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 #56708B is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 112 139 -
CMYK 0.38 0.19 0 0.45
HSL 210.57º 0.24% 0.44% -
HSV(B) 210.57º 0.38% 0.55% -
XYZ 14.29 15.43 26.65 -
YUV 107.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 86 112 139 0.38 0.19 0 0.45 210.57 0.24 0.44
Hex 56 70 8B 26 13 0 2D D3 18 2C
Octal 126 160 213 46 23 0 55 323 30 54
Binary 1010110 1110000 10001011 100110 10011 0 101101 11010011 11000 101100

Color Harmonies of #56708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56708B

Black with #56708B

Text Example


Text Example

White with #56708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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