Html Css Color HEX #547396 Kashmir Blue

📋 copy color: '#547396'

red 84 ◦ green 115 ◦ blue 150

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

Shades of Kashmir Blue #547396

Tints of Kashmir Blue #547396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

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

R = 24.07%
G = 32.95%
B = 42.98%

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

#547396 (or 0x547396) is known color: Kashmir Blue. HEX triplet: 54, 73 and 96. RGB value is (84,115,150). Sum of RGB (Red+Green+Blue) = 84+115+150=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #547396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547396 is #AB8C69. Grayscale: #6D6D6D. Windows color (decimal): -11242602 or 9859924. OLE color: 9859924.

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

Color convert

RGB 84 115 150 -
CMYK 0.44 0.23 0 0.41
HSL 211.82º 0.28% 0.46% -
HSV(B) 211.82º 0.44% 0.59% -
XYZ 15.29 16.35 31.2 -
YUV 109.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 84 115 150 0.44 0.23 0 0.41 211.82 0.28 0.46
Hex 54 73 96 2C 17 0 29 D4 1C 2E
Octal 124 163 226 54 27 0 51 324 34 56
Binary 1010100 1110011 10010110 101100 10111 0 101001 11010100 11100 101110

Color Harmonies of #547396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547396

Black with #547396

Text Example


Text Example

White with #547396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547396; }

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

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

background-color css

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

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

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

border-color css

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

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

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