Html Css Color HEX #556388 Kashmir Blue

📋 copy color: '#556388'

red 85 ◦ green 99 ◦ blue 136

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

Shades of Kashmir Blue #556388

Tints of Kashmir Blue #556388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

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

R = 26.56%
G = 30.94%
B = 42.5%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#556388 (or 0x556388) is known color: Kashmir Blue. HEX triplet: 55, 63 and 88. RGB value is (85,99,136). Sum of RGB (Red+Green+Blue) = 85+99+136=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #556388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556388 is #AA9C77. Grayscale: #626262. Windows color (decimal): -11181176 or 8938325. OLE color: 8938325.

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

Color convert

RGB 85 99 136 -
CMYK 0.38 0.27 0 0.47
HSL 223.53º 0.23% 0.43% -
HSV(B) 223.53º 0.38% 0.53% -
XYZ 12.65 12.63 25.06 -
YUV 99.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 85 99 136 0.38 0.27 0 0.47 223.53 0.23 0.43
Hex 55 63 88 26 1B 0 2F E0 17 2B
Octal 125 143 210 46 33 0 57 340 27 53
Binary 1010101 1100011 10001000 100110 11011 0 101111 11100000 10111 101011

Color Harmonies of #556388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556388

Black with #556388

Text Example


Text Example

White with #556388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556388; }

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

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

background-color css

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

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

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

border-color css

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

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

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