Html Css Color HEX #547393 Kashmir Blue

📋 copy color: '#547393'

red 84 ◦ green 115 ◦ blue 147

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

Shades of Kashmir Blue #547393

Tints of Kashmir Blue #547393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.49%

R = 24.28%
G = 33.24%
B = 42.49%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#547393 (or 0x547393) is known color: Kashmir Blue. HEX triplet: 54, 73 and 93. RGB value is (84,115,147). Sum of RGB (Red+Green+Blue) = 84+115+147=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #547393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547393 is #AB8C6C. Grayscale: #6D6D6D. Windows color (decimal): -11242605 or 9663316. OLE color: 9663316.

HSL color Cylindrical-coordinate representation of color #547393: hue angle of 210.48º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #547393 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 115 147 -
CMYK 0.43 0.22 0 0.42
HSL 210.48º 0.27% 0.45% -
HSV(B) 210.48º 0.43% 0.58% -
XYZ 15.05 16.25 29.95 -
YUV 109.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 84 115 147 0.43 0.22 0 0.42 210.48 0.27 0.45
Hex 54 73 93 2B 16 0 2A D2 1B 2D
Octal 124 163 223 53 26 0 52 322 33 55
Binary 1010100 1110011 10010011 101011 10110 0 101010 11010010 11011 101101

Color Harmonies of #547393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547393

Black with #547393

Text Example


Text Example

White with #547393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547393; }

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

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

background-color css

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

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

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

border-color css

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

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

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