Html Css Color HEX #547390 Kashmir Blue

📋 copy color: '#547390'

red 84 ◦ green 115 ◦ blue 144

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

Shades of Kashmir Blue #547390

Tints of Kashmir Blue #547390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.98%

R = 24.49%
G = 33.53%
B = 41.98%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#547390 (or 0x547390) is known color: Kashmir Blue. HEX triplet: 54, 73 and 90. RGB value is (84,115,144). Sum of RGB (Red+Green+Blue) = 84+115+144=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #547390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547390 is #AB8C6F. Grayscale: #6C6C6C. Windows color (decimal): -11242608 or 9466708. OLE color: 9466708.

HSL color Cylindrical-coordinate representation of color #547390: hue angle of 209º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #547390 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 115 144 -
CMYK 0.42 0.20 0 0.44
HSL 209º 0.26% 0.45% -
HSV(B) 209º 0.42% 0.56% -
XYZ 14.82 16.16 28.72 -
YUV 109.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 84 115 144 0.42 0.20 0 0.44 209 0.26 0.45
Hex 54 73 90 2A 14 0 2C D1 1A 2D
Octal 124 163 220 52 24 0 54 321 32 55
Binary 1010100 1110011 10010000 101010 10100 0 101100 11010001 11010 101101

Color Harmonies of #547390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547390

Black with #547390

Text Example


Text Example

White with #547390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547390; }

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

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

background-color css

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

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

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

border-color css

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

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

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