Html Css Color HEX #556B8B Kashmir Blue

📋 copy color: '#556B8B'

red 85 ◦ green 107 ◦ blue 139

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

Shades of Kashmir Blue #556B8B

Tints of Kashmir Blue #556B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

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

R = 25.68%
G = 32.33%
B = 41.99%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#556B8B (or 0x556B8B) is known color: Kashmir Blue. HEX triplet: 55, 6B and 8B. RGB value is (85,107,139). Sum of RGB (Red+Green+Blue) = 85+107+139=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #556B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556B8B is #AA9474. Grayscale: #676767. Windows color (decimal): -11179125 or 9136981. OLE color: 9136981.

HSL color Cylindrical-coordinate representation of color #556B8B: hue angle of 215.56º 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 #556B8B is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 107 139 -
CMYK 0.39 0.23 0 0.45
HSL 215.56º 0.24% 0.44% -
HSV(B) 215.56º 0.39% 0.55% -
XYZ 13.66 14.31 26.47 -
YUV 104.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 85 107 139 0.39 0.23 0 0.45 215.56 0.24 0.44
Hex 55 6B 8B 27 17 0 2D D8 18 2C
Octal 125 153 213 47 27 0 55 330 30 54
Binary 1010101 1101011 10001011 100111 10111 0 101101 11011000 11000 101100

Color Harmonies of #556B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556B8B

Black with #556B8B

Text Example


Text Example

White with #556B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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