Html Css Color HEX #56748E Kashmir Blue

📋 copy color: '#56748E'

red 86 ◦ green 116 ◦ blue 142

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

Shades of Kashmir Blue #56748E

Tints of Kashmir Blue #56748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.72%

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

R = 25%
G = 33.72%
B = 41.28%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56748E (or 0x56748E) is known color: Kashmir Blue. HEX triplet: 56, 74 and 8E. RGB value is (86,116,142). Sum of RGB (Red+Green+Blue) = 86+116+142=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #56748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56748E is #A98B71. Grayscale: #6D6D6D. Windows color (decimal): -11111282 or 9335894. OLE color: 9335894.

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

Color convert

RGB 86 116 142 -
CMYK 0.39 0.18 0 0.44
HSL 207.86º 0.25% 0.45% -
HSV(B) 207.86º 0.39% 0.56% -
XYZ 14.97 16.42 27.97 -
YUV 109.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 86 116 142 0.39 0.18 0 0.44 207.86 0.25 0.45
Hex 56 74 8E 27 12 0 2C D0 19 2D
Octal 126 164 216 47 22 0 54 320 31 55
Binary 1010110 1110100 10001110 100111 10010 0 101100 11010000 11001 101101

Color Harmonies of #56748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56748E

Black with #56748E

Text Example


Text Example

White with #56748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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