Html Css Color HEX #54246D Blue Diamond

📋 copy color: '#54246D'

red 84 ◦ green 36 ◦ blue 109

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

Shades of Blue Diamond #54246D

Tints of Blue Diamond #54246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.72%

 BLUE value IS 109 (42.97% from 255) = 47.6%

R = 36.68%
G = 15.72%
B = 47.6%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54246D (or 0x54246D) is known color: Blue Diamond. HEX triplet: 54, 24 and 6D. RGB value is (84,36,109). Sum of RGB (Red+Green+Blue) = 84+36+109=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #54246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54246D is #ABDB92. Grayscale: #3A3A3A. Windows color (decimal): -11262867 or 7152724. OLE color: 7152724.

HSL color Cylindrical-coordinate representation of color #54246D: hue angle of 279.45º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54246D is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 36 109 -
CMYK 0.23 0.67 0 0.57
HSL 279.45º 0.5% 0.28% -
HSV(B) 279.45º 0.67% 0.43% -
XYZ 7.05 4.25 14.92 -
YUV 58.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 84 36 109 0.23 0.67 0 0.57 279.45 0.5 0.28
Hex 54 24 6D 17 43 0 39 117 32 1C
Octal 124 44 155 27 103 0 71 427 62 34
Binary 1010100 100100 1101101 10111 1000011 0 111001 100010111 110010 11100

Color Harmonies of #54246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54246D

Black with #54246D

Text Example


Text Example

White with #54246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54246D; }

 p { color: rgb(84,36,109); }

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

background-color css

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

 a { background-color: rgb(84,36,109); }

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

border-color css

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

 span { border-color: rgb(84,36,109); }

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