Html Css Color HEX #56728C Kashmir Blue

📋 copy color: '#56728C'

red 86 ◦ green 114 ◦ blue 140

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

Shades of Kashmir Blue #56728C

Tints of Kashmir Blue #56728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

 BLUE value IS 140 (55.08% from 255) = 41.18%

R = 25.29%
G = 33.53%
B = 41.18%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56728C (or 0x56728C) is known color: Kashmir Blue. HEX triplet: 56, 72 and 8C. RGB value is (86,114,140). Sum of RGB (Red+Green+Blue) = 86+114+140=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #56728C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56728C is #A98D73. Grayscale: #6C6C6C. Windows color (decimal): -11111796 or 9204310. OLE color: 9204310.

HSL color Cylindrical-coordinate representation of color #56728C: hue angle of 208.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56728C is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 114 140 -
CMYK 0.39 0.19 0 0.45
HSL 208.89º 0.24% 0.44% -
HSV(B) 208.89º 0.39% 0.55% -
XYZ 14.59 15.91 27.11 -
YUV 108.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 86 114 140 0.39 0.19 0 0.45 208.89 0.24 0.44
Hex 56 72 8C 27 13 0 2D D1 18 2C
Octal 126 162 214 47 23 0 55 321 30 54
Binary 1010110 1110010 10001100 100111 10011 0 101101 11010001 11000 101100

Color Harmonies of #56728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56728C

Black with #56728C

Text Example


Text Example

White with #56728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56728C; }

 p { color: rgb(86,114,140); }

 H1.HeaderClassName
 {
   color: #56728C;
 }
 .AnyTagClassName
 {
   color: #56728C;
 }
</style>

background-color css

<style>
 a { background-color: #56728C; }

 a { background-color: rgb(86,114,140); }

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

border-color css

<style>
 span { border-color: #56728C; }

 span { border-color: rgb(86,114,140); }

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