Html Css Color HEX #56688C Kashmir Blue

📋 copy color: '#56688C'

red 86 ◦ green 104 ◦ blue 140

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

Shades of Kashmir Blue #56688C

Tints of Kashmir Blue #56688C

RGB

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

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

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

R = 26.06%
G = 31.52%
B = 42.42%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56688C (or 0x56688C) is known color: Kashmir Blue. HEX triplet: 56, 68 and 8C. RGB value is (86,104,140). Sum of RGB (Red+Green+Blue) = 86+104+140=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #56688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56688C is #A99773. Grayscale: #666666. Windows color (decimal): -11114356 or 9201750. OLE color: 9201750.

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

Color convert

RGB 86 104 140 -
CMYK 0.39 0.26 0 0.45
HSL 220º 0.24% 0.44% -
HSV(B) 220º 0.39% 0.55% -
XYZ 13.52 13.77 26.76 -
YUV 102.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 86 104 140 0.39 0.26 0 0.45 220 0.24 0.44
Hex 56 68 8C 27 1A 0 2D DC 18 2C
Octal 126 150 214 47 32 0 55 334 30 54
Binary 1010110 1101000 10001100 100111 11010 0 101101 11011100 11000 101100

Color Harmonies of #56688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56688C

Black with #56688C

Text Example


Text Example

White with #56688C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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