Html Css Color HEX #54469A Blue Gem

📋 copy color: '#54469A'

red 84 ◦ green 70 ◦ blue 154

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

Shades of Blue Gem #54469A

Tints of Blue Gem #54469A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.73%

 BLUE value IS 154 (60.55% from 255) = 50%

R = 27.27%
G = 22.73%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#54469A (or 0x54469A) is known color: Blue Gem. HEX triplet: 54, 46 and 9A. RGB value is (84,70,154). Sum of RGB (Red+Green+Blue) = 84+70+154=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #54469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54469A is #ABB965. Grayscale: #535353. Windows color (decimal): -11254118 or 10110548. OLE color: 10110548.

HSL color Cylindrical-coordinate representation of color #54469A: hue angle of 250º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54469A is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 70 154 -
CMYK 0.45 0.55 0 0.40
HSL 250º 0.38% 0.44% -
HSV(B) 250º 0.55% 0.6% -
XYZ 11.68 8.6 31.62 -
YUV 83.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 84 70 154 0.45 0.55 0 0.40 250 0.38 0.44
Hex 54 46 9A 2D 37 0 28 FA 26 2C
Octal 124 106 232 55 67 0 50 372 46 54
Binary 1010100 1000110 10011010 101101 110111 0 101000 11111010 100110 101100

Color Harmonies of #54469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54469A

Black with #54469A

Text Example


Text Example

White with #54469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54469A; }

 p { color: rgb(84,70,154); }

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

background-color css

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

 a { background-color: rgb(84,70,154); }

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

border-color css

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

 span { border-color: rgb(84,70,154); }

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