Html Css Color HEX #547490 Kashmir Blue

📋 copy color: '#547490'

red 84 ◦ green 116 ◦ blue 144

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

Shades of Kashmir Blue #547490

Tints of Kashmir Blue #547490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.72%

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

R = 24.42%
G = 33.72%
B = 41.86%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#547490 (or 0x547490) is known color: Kashmir Blue. HEX triplet: 54, 74 and 90. RGB value is (84,116,144). Sum of RGB (Red+Green+Blue) = 84+116+144=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #547490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547490 is #AB8B6F. Grayscale: #6D6D6D. Windows color (decimal): -11242352 or 9466964. OLE color: 9466964.

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

Color convert

RGB 84 116 144 -
CMYK 0.42 0.19 0 0.44
HSL 208º 0.26% 0.45% -
HSV(B) 208º 0.42% 0.56% -
XYZ 14.94 16.39 28.76 -
YUV 109.62 147.4 109.72 -
System Red Green Blue C M Y K H S L
Decimal 84 116 144 0.42 0.19 0 0.44 208 0.26 0.45
Hex 54 74 90 2A 13 0 2C D0 1A 2D
Octal 124 164 220 52 23 0 54 320 32 55
Binary 1010100 1110100 10010000 101010 10011 0 101100 11010000 11010 101101

Color Harmonies of #547490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547490

Black with #547490

Text Example


Text Example

White with #547490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547490; }

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

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

background-color css

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

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

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

border-color css

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

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

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