Html Css Color HEX #54237F Kingfisher Daisy

📋 copy color: '#54237F'

red 84 ◦ green 35 ◦ blue 127

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

Shades of Kingfisher Daisy #54237F

Tints of Kingfisher Daisy #54237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.23%

 BLUE value IS 127 (50% from 255) = 51.63%

R = 34.15%
G = 14.23%
B = 51.63%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54237F (or 0x54237F) is known color: Kingfisher Daisy. HEX triplet: 54, 23 and 7F. RGB value is (84,35,127). Sum of RGB (Red+Green+Blue) = 84+35+127=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #54237F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54237F is #ABDC80. Grayscale: #3B3B3B. Windows color (decimal): -11263105 or 8332116. OLE color: 8332116.

HSL color Cylindrical-coordinate representation of color #54237F: hue angle of 271.96º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54237F is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 35 127 -
CMYK 0.34 0.72 0 0.50
HSL 271.96º 0.57% 0.32% -
HSV(B) 271.96º 0.72% 0.5% -
XYZ 8.09 4.62 20.54 -
YUV 60.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 84 35 127 0.34 0.72 0 0.50 271.96 0.57 0.32
Hex 54 23 7F 22 48 0 32 110 39 20
Octal 124 43 177 42 110 0 62 420 71 40
Binary 1010100 100011 1111111 100010 1001000 0 110010 100010000 111001 100000

Color Harmonies of #54237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54237F

Black with #54237F

Text Example


Text Example

White with #54237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,35,127); }

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

background-color css

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

 a { background-color: rgb(84,35,127); }

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

border-color css

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

 span { border-color: rgb(84,35,127); }

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