Html Css Color HEX #56647E Kashmir Blue

📋 copy color: '#56647E'

red 86 ◦ green 100 ◦ blue 126

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

Shades of Kashmir Blue #56647E

Tints of Kashmir Blue #56647E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.05%

 BLUE value IS 126 (49.61% from 255) = 40.38%

R = 27.56%
G = 32.05%
B = 40.38%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56647E (or 0x56647E) is known color: Kashmir Blue. HEX triplet: 56, 64 and 7E. RGB value is (86,100,126). Sum of RGB (Red+Green+Blue) = 86+100+126=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 126 - color contains mainly: blue. Hex color #56647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56647E is #A99B81. Grayscale: #626262. Windows color (decimal): -11115394 or 8283222. OLE color: 8283222.

HSL color Cylindrical-coordinate representation of color #56647E: hue angle of 219º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56647E is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 100 126 -
CMYK 0.32 0.21 0 0.51
HSL 219º 0.19% 0.42% -
HSV(B) 219º 0.32% 0.49% -
XYZ 12.16 12.6 21.53 -
YUV 98.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 86 100 126 0.32 0.21 0 0.51 219 0.19 0.42
Hex 56 64 7E 20 15 0 33 DB 13 2A
Octal 126 144 176 40 25 0 63 333 23 52
Binary 1010110 1100100 1111110 100000 10101 0 110011 11011011 10011 101010

Color Harmonies of #56647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56647E

Black with #56647E

Text Example


Text Example

White with #56647E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,100,126); }

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

background-color css

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

 a { background-color: rgb(86,100,126); }

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

border-color css

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

 span { border-color: rgb(86,100,126); }

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