Html Css Color HEX #56728E Kashmir Blue

📋 copy color: '#56728E'

red 86 ◦ green 114 ◦ blue 142

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

Shades of Kashmir Blue #56728E

Tints of Kashmir Blue #56728E

RGB

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

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

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

R = 25.15%
G = 33.33%
B = 41.52%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56728E (or 0x56728E) is known color: Kashmir Blue. HEX triplet: 56, 72 and 8E. RGB value is (86,114,142). Sum of RGB (Red+Green+Blue) = 86+114+142=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #56728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56728E is #A98D71. Grayscale: #6C6C6C. Windows color (decimal): -11111794 or 9335382. OLE color: 9335382.

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

Color convert

RGB 86 114 142 -
CMYK 0.39 0.20 0 0.44
HSL 210º 0.25% 0.45% -
HSV(B) 210º 0.39% 0.56% -
XYZ 14.74 15.97 27.9 -
YUV 108.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 86 114 142 0.39 0.20 0 0.44 210 0.25 0.45
Hex 56 72 8E 27 14 0 2C D2 19 2D
Octal 126 162 216 47 24 0 54 322 31 55
Binary 1010110 1110010 10001110 100111 10100 0 101100 11010010 11001 101101

Color Harmonies of #56728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56728E

Black with #56728E

Text Example


Text Example

White with #56728E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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