Html Css Color HEX #556A8B Kashmir Blue

📋 copy color: '#556A8B'

red 85 ◦ green 106 ◦ blue 139

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

Shades of Kashmir Blue #556A8B

Tints of Kashmir Blue #556A8B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.12%

 BLUE value IS 139 (54.69% from 255) = 42.12%

R = 25.76%
G = 32.12%
B = 42.12%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#556A8B (or 0x556A8B) is known color: Kashmir Blue. HEX triplet: 55, 6A and 8B. RGB value is (85,106,139). Sum of RGB (Red+Green+Blue) = 85+106+139=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #556A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556A8B is #AA9574. Grayscale: #676767. Windows color (decimal): -11179381 or 9136725. OLE color: 9136725.

HSL color Cylindrical-coordinate representation of color #556A8B: hue angle of 216.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #556A8B is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 106 139 -
CMYK 0.39 0.24 0 0.45
HSL 216.67º 0.24% 0.44% -
HSV(B) 216.67º 0.39% 0.55% -
XYZ 13.56 14.1 26.43 -
YUV 103.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 85 106 139 0.39 0.24 0 0.45 216.67 0.24 0.44
Hex 55 6A 8B 27 18 0 2D D9 18 2C
Octal 125 152 213 47 30 0 55 331 30 54
Binary 1010101 1101010 10001011 100111 11000 0 101101 11011001 11000 101100

Color Harmonies of #556A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556A8B

Black with #556A8B

Text Example


Text Example

White with #556A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556A8B; }

 p { color: rgb(85,106,139); }

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

background-color css

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

 a { background-color: rgb(85,106,139); }

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

border-color css

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

 span { border-color: rgb(85,106,139); }

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