Html Css Color HEX #56738D Kashmir Blue

📋 copy color: '#56738D'

red 86 ◦ green 115 ◦ blue 141

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

Shades of Kashmir Blue #56738D

Tints of Kashmir Blue #56738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.63%

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

R = 25.15%
G = 33.63%
B = 41.23%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56738D (or 0x56738D) is known color: Kashmir Blue. HEX triplet: 56, 73 and 8D. RGB value is (86,115,141). Sum of RGB (Red+Green+Blue) = 86+115+141=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #56738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56738D is #A98C72. Grayscale: #6D6D6D. Windows color (decimal): -11111539 or 9270102. OLE color: 9270102.

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

Color convert

RGB 86 115 141 -
CMYK 0.39 0.18 0 0.45
HSL 208.36º 0.24% 0.45% -
HSV(B) 208.36º 0.39% 0.55% -
XYZ 14.78 16.16 27.54 -
YUV 109.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 86 115 141 0.39 0.18 0 0.45 208.36 0.24 0.45
Hex 56 73 8D 27 12 0 2D D0 18 2D
Octal 126 163 215 47 22 0 55 320 30 55
Binary 1010110 1110011 10001101 100111 10010 0 101101 11010000 11000 101101

Color Harmonies of #56738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56738D

Black with #56738D

Text Example


Text Example

White with #56738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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