Html Css Color HEX #56728D Kashmir Blue

📋 copy color: '#56728D'

red 86 ◦ green 114 ◦ blue 141

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

Shades of Kashmir Blue #56728D

Tints of Kashmir Blue #56728D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 25.22%
G = 33.43%
B = 41.35%

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

#56728D (or 0x56728D) is known color: Kashmir Blue. HEX triplet: 56, 72 and 8D. RGB value is (86,114,141). Sum of RGB (Red+Green+Blue) = 86+114+141=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #56728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56728D is #A98D72. Grayscale: #6C6C6C. Windows color (decimal): -11111795 or 9269846. OLE color: 9269846.

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

Color convert

RGB 86 114 141 -
CMYK 0.39 0.19 0 0.45
HSL 209.45º 0.24% 0.45% -
HSV(B) 209.45º 0.39% 0.55% -
XYZ 14.66 15.94 27.5 -
YUV 108.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 86 114 141 0.39 0.19 0 0.45 209.45 0.24 0.45
Hex 56 72 8D 27 13 0 2D D1 18 2D
Octal 126 162 215 47 23 0 55 321 30 55
Binary 1010110 1110010 10001101 100111 10011 0 101101 11010001 11000 101101

Color Harmonies of #56728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56728D

Black with #56728D

Text Example


Text Example

White with #56728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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