Html Css Color HEX #556E92 Kashmir Blue

📋 copy color: '#556E92'

red 85 ◦ green 110 ◦ blue 146

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

Shades of Kashmir Blue #556E92

Tints of Kashmir Blue #556E92

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.26%

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

R = 24.93%
G = 32.26%
B = 42.82%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#556E92 (or 0x556E92) is known color: Kashmir Blue. HEX triplet: 55, 6E and 92. RGB value is (85,110,146). Sum of RGB (Red+Green+Blue) = 85+110+146=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #556E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E92 is #AA916D. Grayscale: #6A6A6A. Windows color (decimal): -11178350 or 9596501. OLE color: 9596501.

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

Color convert

RGB 85 110 146 -
CMYK 0.42 0.25 0 0.43
HSL 215.41º 0.26% 0.45% -
HSV(B) 215.41º 0.42% 0.57% -
XYZ 14.51 15.16 29.36 -
YUV 106.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 85 110 146 0.42 0.25 0 0.43 215.41 0.26 0.45
Hex 55 6E 92 2A 19 0 2B D7 1A 2D
Octal 125 156 222 52 31 0 53 327 32 55
Binary 1010101 1101110 10010010 101010 11001 0 101011 11010111 11010 101101

Color Harmonies of #556E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E92

Black with #556E92

Text Example


Text Example

White with #556E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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