Html Css Color HEX #54459F Blue Gem

📋 copy color: '#54459F'

red 84 ◦ green 69 ◦ blue 159

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

Shades of Blue Gem #54459F

Tints of Blue Gem #54459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

 BLUE value IS 159 (62.5% from 255) = 50.96%

R = 26.92%
G = 22.12%
B = 50.96%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54459F (or 0x54459F) is known color: Blue Gem. HEX triplet: 54, 45 and 9F. RGB value is (84,69,159). Sum of RGB (Red+Green+Blue) = 84+69+159=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #54459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54459F is #ABBA60. Grayscale: #535353. Windows color (decimal): -11254369 or 10437972. OLE color: 10437972.

HSL color Cylindrical-coordinate representation of color #54459F: hue angle of 250º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54459F is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 69 159 -
CMYK 0.47 0.57 0 0.38
HSL 250º 0.39% 0.45% -
HSV(B) 250º 0.57% 0.62% -
XYZ 12.04 8.64 33.83 -
YUV 83.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 84 69 159 0.47 0.57 0 0.38 250 0.39 0.45
Hex 54 45 9F 2F 39 0 26 FA 27 2D
Octal 124 105 237 57 71 0 46 372 47 55
Binary 1010100 1000101 10011111 101111 111001 0 100110 11111010 100111 101101

Color Harmonies of #54459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54459F

Black with #54459F

Text Example


Text Example

White with #54459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54459F; }

 p { color: rgb(84,69,159); }

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

background-color css

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

 a { background-color: rgb(84,69,159); }

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

border-color css

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

 span { border-color: rgb(84,69,159); }

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