Html Css Color HEX #547491 Kashmir Blue

📋 copy color: '#547491'

red 84 ◦ green 116 ◦ blue 145

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

Shades of Kashmir Blue #547491

Tints of Kashmir Blue #547491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 24.35%
G = 33.62%
B = 42.03%

CMYK

 C value IS 0.42

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#547491 (or 0x547491) is known color: Kashmir Blue. HEX triplet: 54, 74 and 91. RGB value is (84,116,145). Sum of RGB (Red+Green+Blue) = 84+116+145=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #547491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547491 is #AB8B6E. Grayscale: #6D6D6D. Windows color (decimal): -11242351 or 9532500. OLE color: 9532500.

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

Color convert

RGB 84 116 145 -
CMYK 0.42 0.2 0 0.43
HSL 208.52º 0.27% 0.45% -
HSV(B) 208.52º 0.42% 0.57% -
XYZ 15.01 16.42 29.17 -
YUV 109.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 84 116 145 0.42 0.2 0 0.43 208.52 0.27 0.45
Hex 54 74 91 2A 14 0 2B D1 1B 2D
Octal 124 164 221 52 24 0 53 321 33 55
Binary 1010100 1110100 10010001 101010 10100 0 101011 11010001 11011 101101

Color Harmonies of #547491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547491

Black with #547491

Text Example


Text Example

White with #547491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547491; }

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

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

background-color css

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

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

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

border-color css

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

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

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