#556F90

Color #556F90 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #556F90

Tints of Kashmir Blue #556F90

Color information

#556F90 (or 0x556F90) is unknown color: approx Kashmir Blue. HEX triplet: 55, 6F and 90. RGB value is (85,111,144). Sum of RGB (Red+Green+Blue) = 85+111+144=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #556F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556F90 is #AA906F. Grayscale: #6A6A6A. Windows color (decimal): -11178096 or 9465685. OLE color: 9465685.

HSL color Cylindrical-coordinate representation of color #556F90: hue angle of 213.56º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #556F90 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB85111144-
CMYK0.410.2300.44
HSL213.56º25.76%44.9%-
HSV(B)213.56º40.97%56.47%-
XYZ14.4615.3128.58-
YUV106.99148.89112.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 144 (56.64% from 255) = 42.35%
R=25%
G=32.65%
B=42.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851111440.410.2300.44213.5625.7644.9
Hex556F90291702Cd61a2d
Octal12515722051270543263255
Binary10101011101111100100001010011011101011001101011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,111,144); }

 H1.HeaderClassName
 {
   color: #556F90;
 }
 .AnyTagClassName
 {
   color: #556F90;
 }
</style>
background-color css

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

 a { background-color: rgb(85,111,144); }

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

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

 span { border-color: rgb(85,111,144); }

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