Html Css Color HEX #547294 Kashmir Blue

📋 copy color: '#547294'

red 84 ◦ green 114 ◦ blue 148

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

Shades of Kashmir Blue #547294

Tints of Kashmir Blue #547294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

 BLUE value IS 148 (58.2% from 255) = 42.77%

R = 24.28%
G = 32.95%
B = 42.77%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#547294 (or 0x547294) is known color: Kashmir Blue. HEX triplet: 54, 72 and 94. RGB value is (84,114,148). Sum of RGB (Red+Green+Blue) = 84+114+148=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #547294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547294 is #AB8D6B. Grayscale: #6C6C6C. Windows color (decimal): -11242860 or 9728596. OLE color: 9728596.

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

Color convert

RGB 84 114 148 -
CMYK 0.43 0.23 0 0.42
HSL 211.88º 0.28% 0.45% -
HSV(B) 211.88º 0.43% 0.58% -
XYZ 15.02 16.06 30.32 -
YUV 108.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 84 114 148 0.43 0.23 0 0.42 211.88 0.28 0.45
Hex 54 72 94 2B 17 0 2A D4 1C 2D
Octal 124 162 224 53 27 0 52 324 34 55
Binary 1010100 1110010 10010100 101011 10111 0 101010 11010100 11100 101101

Color Harmonies of #547294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547294

Black with #547294

Text Example


Text Example

White with #547294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547294; }

 p { color: rgb(84,114,148); }

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

background-color css

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

 a { background-color: rgb(84,114,148); }

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

border-color css

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

 span { border-color: rgb(84,114,148); }

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