Html Css Color HEX #547392 Kashmir Blue

📋 copy color: '#547392'

red 84 ◦ green 115 ◦ blue 146

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

Shades of Kashmir Blue #547392

Tints of Kashmir Blue #547392

RGB

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

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

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

R = 24.35%
G = 33.33%
B = 42.32%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#547392 (or 0x547392) is known color: Kashmir Blue. HEX triplet: 54, 73 and 92. RGB value is (84,115,146). Sum of RGB (Red+Green+Blue) = 84+115+146=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #547392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547392 is #AB8C6D. Grayscale: #6D6D6D. Windows color (decimal): -11242606 or 9597780. OLE color: 9597780.

HSL color Cylindrical-coordinate representation of color #547392: hue angle of 210º degrees, saturation: 0.27, 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 #547392 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 115 146 -
CMYK 0.42 0.21 0 0.43
HSL 210º 0.27% 0.45% -
HSV(B) 210º 0.42% 0.57% -
XYZ 14.98 16.22 29.54 -
YUV 109.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 84 115 146 0.42 0.21 0 0.43 210 0.27 0.45
Hex 54 73 92 2A 15 0 2B D2 1B 2D
Octal 124 163 222 52 25 0 53 322 33 55
Binary 1010100 1110011 10010010 101010 10101 0 101011 11010010 11011 101101

Color Harmonies of #547392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547392

Black with #547392

Text Example


Text Example

White with #547392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547392; }

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

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

background-color css

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

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

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

border-color css

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

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

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