Html Css Color HEX #547492 Kashmir Blue

📋 copy color: '#547492'

red 84 ◦ green 116 ◦ blue 146

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

Shades of Kashmir Blue #547492

Tints of Kashmir Blue #547492

RGB

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

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

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

R = 24.28%
G = 33.53%
B = 42.2%

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

#547492 (or 0x547492) is known color: Kashmir Blue. HEX triplet: 54, 74 and 92. RGB value is (84,116,146). Sum of RGB (Red+Green+Blue) = 84+116+146=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #547492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547492 is #AB8B6D. Grayscale: #6D6D6D. Windows color (decimal): -11242350 or 9598036. OLE color: 9598036.

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

Color convert

RGB 84 116 146 -
CMYK 0.42 0.21 0 0.43
HSL 209.03º 0.27% 0.45% -
HSV(B) 209.03º 0.42% 0.57% -
XYZ 15.09 16.45 29.57 -
YUV 109.85 148.4 109.56 -
System Red Green Blue C M Y K H S L
Decimal 84 116 146 0.42 0.21 0 0.43 209.03 0.27 0.45
Hex 54 74 92 2A 15 0 2B D1 1B 2D
Octal 124 164 222 52 25 0 53 321 33 55
Binary 1010100 1110100 10010010 101010 10101 0 101011 11010001 11011 101101

Color Harmonies of #547492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547492

Black with #547492

Text Example


Text Example

White with #547492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547492; }

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

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

background-color css

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

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

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

border-color css

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

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

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