Html Css Color HEX #547196 Kashmir Blue

📋 copy color: '#547196'

red 84 ◦ green 113 ◦ blue 150

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

Shades of Kashmir Blue #547196

Tints of Kashmir Blue #547196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.56%

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

R = 24.21%
G = 32.56%
B = 43.23%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#547196 (or 0x547196) is known color: Kashmir Blue. HEX triplet: 54, 71 and 96. RGB value is (84,113,150). Sum of RGB (Red+Green+Blue) = 84+113+150=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #547196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547196 is #AB8E69. Grayscale: #6C6C6C. Windows color (decimal): -11243114 or 9859412. OLE color: 9859412.

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

Color convert

RGB 84 113 150 -
CMYK 0.44 0.25 0 0.41
HSL 213.64º 0.28% 0.46% -
HSV(B) 213.64º 0.44% 0.59% -
XYZ 15.07 15.9 31.13 -
YUV 108.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 84 113 150 0.44 0.25 0 0.41 213.64 0.28 0.46
Hex 54 71 96 2C 19 0 29 D6 1C 2E
Octal 124 161 226 54 31 0 51 326 34 56
Binary 1010100 1110001 10010110 101100 11001 0 101001 11010110 11100 101110

Color Harmonies of #547196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547196

Black with #547196

Text Example


Text Example

White with #547196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547196; }

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

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

background-color css

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

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

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

border-color css

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

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

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