Html Css Color HEX #54246C Blue Diamond

📋 copy color: '#54246C'

red 84 ◦ green 36 ◦ blue 108

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

Shades of Blue Diamond #54246C

Tints of Blue Diamond #54246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.37%

R = 36.84%
G = 15.79%
B = 47.37%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54246C (or 0x54246C) is known color: Blue Diamond. HEX triplet: 54, 24 and 6C. RGB value is (84,36,108). Sum of RGB (Red+Green+Blue) = 84+36+108=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 108 - color contains mainly: blue. Hex color #54246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54246C is #ABDB93. Grayscale: #3A3A3A. Windows color (decimal): -11262868 or 7087188. OLE color: 7087188.

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

Color convert

RGB 84 36 108 -
CMYK 0.22 0.67 0 0.58
HSL 280º 0.5% 0.28% -
HSV(B) 280º 0.67% 0.42% -
XYZ 6.99 4.23 14.64 -
YUV 58.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 84 36 108 0.22 0.67 0 0.58 280 0.5 0.28
Hex 54 24 6C 16 43 0 3A 118 32 1C
Octal 124 44 154 26 103 0 72 430 62 34
Binary 1010100 100100 1101100 10110 1000011 0 111010 100011000 110010 11100

Color Harmonies of #54246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54246C

Black with #54246C

Text Example


Text Example

White with #54246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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