Html Css Color HEX #547290 Kashmir Blue

📋 copy color: '#547290'

red 84 ◦ green 114 ◦ blue 144

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

Shades of Kashmir Blue #547290

Tints of Kashmir Blue #547290

RGB

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

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

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

R = 24.56%
G = 33.33%
B = 42.11%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#547290 (or 0x547290) is known color: Kashmir Blue. HEX triplet: 54, 72 and 90. RGB value is (84,114,144). Sum of RGB (Red+Green+Blue) = 84+114+144=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #547290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547290 is #AB8D6F. Grayscale: #6C6C6C. Windows color (decimal): -11242864 or 9466452. OLE color: 9466452.

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

Color convert

RGB 84 114 144 -
CMYK 0.42 0.21 0 0.44
HSL 210º 0.26% 0.45% -
HSV(B) 210º 0.42% 0.56% -
XYZ 14.71 15.93 28.69 -
YUV 108.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 84 114 144 0.42 0.21 0 0.44 210 0.26 0.45
Hex 54 72 90 2A 15 0 2C D2 1A 2D
Octal 124 162 220 52 25 0 54 322 32 55
Binary 1010100 1110010 10010000 101010 10101 0 101100 11010010 11010 101101

Color Harmonies of #547290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547290

Black with #547290

Text Example


Text Example

White with #547290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547290; }

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

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

background-color css

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

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

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

border-color css

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

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

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