Html Css Color HEX #556A92 Kashmir Blue

📋 copy color: '#556A92'

red 85 ◦ green 106 ◦ blue 146

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

Shades of Kashmir Blue #556A92

Tints of Kashmir Blue #556A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 25.22%
G = 31.45%
B = 43.32%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#556A92 (or 0x556A92) is known color: Kashmir Blue. HEX triplet: 55, 6A and 92. RGB value is (85,106,146). Sum of RGB (Red+Green+Blue) = 85+106+146=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #556A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556A92 is #AA956D. Grayscale: #686868. Windows color (decimal): -11179374 or 9595477. OLE color: 9595477.

HSL color Cylindrical-coordinate representation of color #556A92: hue angle of 219.34º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #556A92 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 106 146 -
CMYK 0.42 0.27 0 0.43
HSL 219.34º 0.26% 0.45% -
HSV(B) 219.34º 0.42% 0.57% -
XYZ 14.09 14.31 29.21 -
YUV 104.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 85 106 146 0.42 0.27 0 0.43 219.34 0.26 0.45
Hex 55 6A 92 2A 1B 0 2B DB 1A 2D
Octal 125 152 222 52 33 0 53 333 32 55
Binary 1010101 1101010 10010010 101010 11011 0 101011 11011011 11010 101101

Color Harmonies of #556A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556A92

Black with #556A92

Text Example


Text Example

White with #556A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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