Html Css Color HEX #54296B Honey Flower

📋 copy color: '#54296B'

red 84 ◦ green 41 ◦ blue 107

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

Shades of Honey Flower #54296B

Tints of Honey Flower #54296B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.67%

 BLUE value IS 107 (42.19% from 255) = 46.12%

R = 36.21%
G = 17.67%
B = 46.12%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54296B (or 0x54296B) is known color: Honey Flower. HEX triplet: 54, 29 and 6B. RGB value is (84,41,107). Sum of RGB (Red+Green+Blue) = 84+41+107=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #54296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54296B is #ABD694. Grayscale: #3D3D3D. Windows color (decimal): -11261589 or 7022932. OLE color: 7022932.

HSL color Cylindrical-coordinate representation of color #54296B: hue angle of 279.09º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54296B is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 84 41 107 -
CMYK 0.21 0.62 0 0.58
HSL 279.09º 0.45% 0.29% -
HSV(B) 279.09º 0.62% 0.42% -
XYZ 7.1 4.53 14.41 -
YUV 61.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 84 41 107 0.21 0.62 0 0.58 279.09 0.45 0.29
Hex 54 29 6B 15 3E 0 3A 117 2D 1D
Octal 124 51 153 25 76 0 72 427 55 35
Binary 1010100 101001 1101011 10101 111110 0 111010 100010111 101101 11101

Color Harmonies of #54296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54296B

Black with #54296B

Text Example


Text Example

White with #54296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54296B; }

 p { color: rgb(84,41,107); }

 H1.HeaderClassName
 {
   color: #54296B;
 }
 .AnyTagClassName
 {
   color: #54296B;
 }
</style>

background-color css

<style>
 a { background-color: #54296B; }

 a { background-color: rgb(84,41,107); }

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

border-color css

<style>
 span { border-color: #54296B; }

 span { border-color: rgb(84,41,107); }

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