Html Css Color HEX #547496 Kashmir Blue

📋 copy color: '#547496'

red 84 ◦ green 116 ◦ blue 150

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

Shades of Kashmir Blue #547496

Tints of Kashmir Blue #547496

RGB

 RED value IS 84 (33.2% from 255) = 24%

 GREEN value IS 116 (45.7% from 255) = 33.14%

 BLUE value IS 150 (58.98% from 255) = 42.86%

R = 24%
G = 33.14%
B = 42.86%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#547496 (or 0x547496) is known color: Kashmir Blue. HEX triplet: 54, 74 and 96. RGB value is (84,116,150). Sum of RGB (Red+Green+Blue) = 84+116+150=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 150 - color contains mainly: blue. Hex color #547496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547496 is #AB8B69. Grayscale: #6E6E6E. Windows color (decimal): -11242346 or 9860180. OLE color: 9860180.

HSL color Cylindrical-coordinate representation of color #547496: hue angle of 210.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #547496 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 116 150 -
CMYK 0.44 0.23 0 0.41
HSL 210.91º 0.28% 0.46% -
HSV(B) 210.91º 0.44% 0.59% -
XYZ 15.41 16.58 31.24 -
YUV 110.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 84 116 150 0.44 0.23 0 0.41 210.91 0.28 0.46
Hex 54 74 96 2C 17 0 29 D3 1C 2E
Octal 124 164 226 54 27 0 51 323 34 56
Binary 1010100 1110100 10010110 101100 10111 0 101001 11010011 11100 101110

Color Harmonies of #547496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547496

Black with #547496

Text Example


Text Example

White with #547496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547496; }

 p { color: rgb(84,116,150); }

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

background-color css

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

 a { background-color: rgb(84,116,150); }

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

border-color css

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

 span { border-color: rgb(84,116,150); }

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