Html Css Color HEX #54257C Blue Diamond

📋 copy color: '#54257C'

red 84 ◦ green 37 ◦ blue 124

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

Shades of Blue Diamond #54257C

Tints of Blue Diamond #54257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.1%

 BLUE value IS 124 (48.83% from 255) = 50.61%

R = 34.29%
G = 15.1%
B = 50.61%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54257C (or 0x54257C) is known color: Blue Diamond. HEX triplet: 54, 25 and 7C. RGB value is (84,37,124). Sum of RGB (Red+Green+Blue) = 84+37+124=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #54257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54257C is #ABDA83. Grayscale: #3C3C3C. Windows color (decimal): -11262596 or 8136020. OLE color: 8136020.

HSL color Cylindrical-coordinate representation of color #54257C: hue angle of 272.41º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54257C is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 37 124 -
CMYK 0.32 0.70 0 0.51
HSL 272.41º 0.54% 0.32% -
HSV(B) 272.41º 0.7% 0.49% -
XYZ 7.96 4.66 19.55 -
YUV 60.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 84 37 124 0.32 0.70 0 0.51 272.41 0.54 0.32
Hex 54 25 7C 20 46 0 33 110 36 20
Octal 124 45 174 40 106 0 63 420 66 40
Binary 1010100 100101 1111100 100000 1000110 0 110011 100010000 110110 100000

Color Harmonies of #54257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54257C

Black with #54257C

Text Example


Text Example

White with #54257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,37,124); }

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

background-color css

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

 a { background-color: rgb(84,37,124); }

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

border-color css

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

 span { border-color: rgb(84,37,124); }

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