Html Css Color HEX #556688 Kashmir Blue

📋 copy color: '#556688'

red 85 ◦ green 102 ◦ blue 136

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

Shades of Kashmir Blue #556688

Tints of Kashmir Blue #556688

RGB

 RED value IS 85 (33.59% from 255) = 26.32%

 GREEN value IS 102 (40.23% from 255) = 31.58%

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 26.32%
G = 31.58%
B = 42.11%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#556688 (or 0x556688) is known color: Kashmir Blue. HEX triplet: 55, 66 and 88. RGB value is (85,102,136). Sum of RGB (Red+Green+Blue) = 85+102+136=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #556688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556688 is #AA9977. Grayscale: #646464. Windows color (decimal): -11180408 or 8939093. OLE color: 8939093.

HSL color Cylindrical-coordinate representation of color #556688: hue angle of 220º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #556688 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 102 136 -
CMYK 0.38 0.25 0 0.47
HSL 220º 0.23% 0.43% -
HSV(B) 220º 0.38% 0.53% -
XYZ 12.94 13.21 25.16 -
YUV 100.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 85 102 136 0.38 0.25 0 0.47 220 0.23 0.43
Hex 55 66 88 26 19 0 2F DC 17 2B
Octal 125 146 210 46 31 0 57 334 27 53
Binary 1010101 1100110 10001000 100110 11001 0 101111 11011100 10111 101011

Color Harmonies of #556688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556688

Black with #556688

Text Example


Text Example

White with #556688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556688; }

 p { color: rgb(85,102,136); }

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

background-color css

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

 a { background-color: rgb(85,102,136); }

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

border-color css

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

 span { border-color: rgb(85,102,136); }

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