Html Css Color HEX #56657D Kashmir Blue

📋 copy color: '#56657D'

red 86 ◦ green 101 ◦ blue 125

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

Shades of Kashmir Blue #56657D

Tints of Kashmir Blue #56657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.37%

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 27.56%
G = 32.37%
B = 40.06%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56657D (or 0x56657D) is known color: Kashmir Blue. HEX triplet: 56, 65 and 7D. RGB value is (86,101,125). Sum of RGB (Red+Green+Blue) = 86+101+125=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 125 - color contains mainly: blue. Hex color #56657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56657D is #A99A82. Grayscale: #636363. Windows color (decimal): -11115139 or 8217942. OLE color: 8217942.

HSL color Cylindrical-coordinate representation of color #56657D: hue angle of 216.92º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56657D is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 101 125 -
CMYK 0.31 0.19 0 0.51
HSL 216.92º 0.18% 0.41% -
HSV(B) 216.92º 0.31% 0.49% -
XYZ 12.19 12.77 21.22 -
YUV 99.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 86 101 125 0.31 0.19 0 0.51 216.92 0.18 0.41
Hex 56 65 7D 1F 13 0 33 D9 12 29
Octal 126 145 175 37 23 0 63 331 22 51
Binary 1010110 1100101 1111101 11111 10011 0 110011 11011001 10010 101001

Color Harmonies of #56657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56657D

Black with #56657D

Text Example


Text Example

White with #56657D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,101,125); }

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

background-color css

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

 a { background-color: rgb(86,101,125); }

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

border-color css

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

 span { border-color: rgb(86,101,125); }

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