Html Css Color HEX #56688B Kashmir Blue

📋 copy color: '#56688B'

red 86 ◦ green 104 ◦ blue 139

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

Shades of Kashmir Blue #56688B

Tints of Kashmir Blue #56688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 26.14%
G = 31.61%
B = 42.25%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56688B (or 0x56688B) is known color: Kashmir Blue. HEX triplet: 56, 68 and 8B. RGB value is (86,104,139). Sum of RGB (Red+Green+Blue) = 86+104+139=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #56688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56688B is #A99774. Grayscale: #666666. Windows color (decimal): -11114357 or 9136214. OLE color: 9136214.

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

Color convert

RGB 86 104 139 -
CMYK 0.38 0.25 0 0.45
HSL 219.62º 0.24% 0.44% -
HSV(B) 219.62º 0.38% 0.55% -
XYZ 13.45 13.74 26.37 -
YUV 102.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 86 104 139 0.38 0.25 0 0.45 219.62 0.24 0.44
Hex 56 68 8B 26 19 0 2D DC 18 2C
Octal 126 150 213 46 31 0 55 334 30 54
Binary 1010110 1101000 10001011 100110 11001 0 101101 11011100 11000 101100

Color Harmonies of #56688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56688B

Black with #56688B

Text Example


Text Example

White with #56688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56688B; }

 p { color: rgb(86,104,139); }

 H1.HeaderClassName
 {
   color: #56688B;
 }
 .AnyTagClassName
 {
   color: #56688B;
 }
</style>

background-color css

<style>
 a { background-color: #56688B; }

 a { background-color: rgb(86,104,139); }

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

border-color css

<style>
 span { border-color: #56688B; }

 span { border-color: rgb(86,104,139); }

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