Html Css Color HEX #56688E Kashmir Blue

📋 copy color: '#56688E'

red 86 ◦ green 104 ◦ blue 142

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

Shades of Kashmir Blue #56688E

Tints of Kashmir Blue #56688E

RGB

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

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

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

R = 25.9%
G = 31.33%
B = 42.77%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56688E (or 0x56688E) is known color: Kashmir Blue. HEX triplet: 56, 68 and 8E. RGB value is (86,104,142). Sum of RGB (Red+Green+Blue) = 86+104+142=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #56688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56688E is #A99771. Grayscale: #666666. Windows color (decimal): -11114354 or 9332822. OLE color: 9332822.

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

Color convert

RGB 86 104 142 -
CMYK 0.39 0.27 0 0.44
HSL 220.71º 0.25% 0.45% -
HSV(B) 220.71º 0.39% 0.56% -
XYZ 13.67 13.83 27.54 -
YUV 102.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 86 104 142 0.39 0.27 0 0.44 220.71 0.25 0.45
Hex 56 68 8E 27 1B 0 2C DD 19 2D
Octal 126 150 216 47 33 0 54 335 31 55
Binary 1010110 1101000 10001110 100111 11011 0 101100 11011101 11001 101101

Color Harmonies of #56688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56688E

Black with #56688E

Text Example


Text Example

White with #56688E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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