Html Css Color HEX #56688A Kashmir Blue

📋 copy color: '#56688A'

red 86 ◦ green 104 ◦ blue 138

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

Shades of Kashmir Blue #56688A

Tints of Kashmir Blue #56688A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 26.22%
G = 31.71%
B = 42.07%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#56688A (or 0x56688A) is known color: Kashmir Blue. HEX triplet: 56, 68 and 8A. RGB value is (86,104,138). Sum of RGB (Red+Green+Blue) = 86+104+138=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #56688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56688A is #A99775. Grayscale: #666666. Windows color (decimal): -11114358 or 9070678. OLE color: 9070678.

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

Color convert

RGB 86 104 138 -
CMYK 0.38 0.25 0 0.46
HSL 219.23º 0.23% 0.44% -
HSV(B) 219.23º 0.38% 0.54% -
XYZ 13.38 13.71 25.99 -
YUV 102.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 86 104 138 0.38 0.25 0 0.46 219.23 0.23 0.44
Hex 56 68 8A 26 19 0 2E DB 17 2C
Octal 126 150 212 46 31 0 56 333 27 54
Binary 1010110 1101000 10001010 100110 11001 0 101110 11011011 10111 101100

Color Harmonies of #56688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56688A

Black with #56688A

Text Example


Text Example

White with #56688A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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