Html Css Color HEX #556C90 Kashmir Blue

📋 copy color: '#556C90'

red 85 ◦ green 108 ◦ blue 144

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

Shades of Kashmir Blue #556C90

Tints of Kashmir Blue #556C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 25.22%
G = 32.05%
B = 42.73%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#556C90 (or 0x556C90) is known color: Kashmir Blue. HEX triplet: 55, 6C and 90. RGB value is (85,108,144). Sum of RGB (Red+Green+Blue) = 85+108+144=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #556C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C90 is #AA936F. Grayscale: #696969. Windows color (decimal): -11178864 or 9464917. OLE color: 9464917.

HSL color Cylindrical-coordinate representation of color #556C90: hue angle of 216.61º 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 #556C90 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 108 144 -
CMYK 0.41 0.25 0 0.44
HSL 216.61º 0.26% 0.45% -
HSV(B) 216.61º 0.41% 0.56% -
XYZ 14.14 14.67 28.47 -
YUV 105.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 85 108 144 0.41 0.25 0 0.44 216.61 0.26 0.45
Hex 55 6C 90 29 19 0 2C D9 1A 2D
Octal 125 154 220 51 31 0 54 331 32 55
Binary 1010101 1101100 10010000 101001 11001 0 101100 11011001 11010 101101

Color Harmonies of #556C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C90

Black with #556C90

Text Example


Text Example

White with #556C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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