Html Css Color HEX #556288 Kashmir Blue

📋 copy color: '#556288'

red 85 ◦ green 98 ◦ blue 136

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

Shades of Kashmir Blue #556288

Tints of Kashmir Blue #556288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

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

R = 26.65%
G = 30.72%
B = 42.63%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#556288 (or 0x556288) is known color: Kashmir Blue. HEX triplet: 55, 62 and 88. RGB value is (85,98,136). Sum of RGB (Red+Green+Blue) = 85+98+136=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #556288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556288 is #AA9D77. Grayscale: #626262. Windows color (decimal): -11181432 or 8938069. OLE color: 8938069.

HSL color Cylindrical-coordinate representation of color #556288: hue angle of 224.71º 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 #556288 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 98 136 -
CMYK 0.38 0.28 0 0.47
HSL 224.71º 0.23% 0.43% -
HSV(B) 224.71º 0.38% 0.53% -
XYZ 12.56 12.44 25.03 -
YUV 98.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 85 98 136 0.38 0.28 0 0.47 224.71 0.23 0.43
Hex 55 62 88 26 1C 0 2F E1 17 2B
Octal 125 142 210 46 34 0 57 341 27 53
Binary 1010101 1100010 10001000 100110 11100 0 101111 11100001 10111 101011

Color Harmonies of #556288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556288

Black with #556288

Text Example


Text Example

White with #556288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556288; }

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

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

background-color css

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

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

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

border-color css

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

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

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