Html Css Color HEX #54357E Kingfisher Daisy

📋 copy color: '#54357E'

red 84 ◦ green 53 ◦ blue 126

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

Shades of Kingfisher Daisy #54357E

Tints of Kingfisher Daisy #54357E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.15%

 BLUE value IS 126 (49.61% from 255) = 47.91%

R = 31.94%
G = 20.15%
B = 47.91%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54357E (or 0x54357E) is known color: Kingfisher Daisy. HEX triplet: 54, 35 and 7E. RGB value is (84,53,126). Sum of RGB (Red+Green+Blue) = 84+53+126=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #54357E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54357E is #ABCA81. Grayscale: #464646. Windows color (decimal): -11258498 or 8271188. OLE color: 8271188.

HSL color Cylindrical-coordinate representation of color #54357E: hue angle of 265.48º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54357E is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 53 126 -
CMYK 0.33 0.58 0 0.51
HSL 265.48º 0.41% 0.35% -
HSV(B) 265.48º 0.58% 0.49% -
XYZ 8.7 5.94 20.43 -
YUV 70.59 159.27 137.56 -
System Red Green Blue C M Y K H S L
Decimal 84 53 126 0.33 0.58 0 0.51 265.48 0.41 0.35
Hex 54 35 7E 21 3A 0 33 109 29 23
Octal 124 65 176 41 72 0 63 411 51 43
Binary 1010100 110101 1111110 100001 111010 0 110011 100001001 101001 100011

Color Harmonies of #54357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54357E

Black with #54357E

Text Example


Text Example

White with #54357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54357E; }

 p { color: rgb(84,53,126); }

 H1.HeaderClassName
 {
   color: #54357E;
 }
 .AnyTagClassName
 {
   color: #54357E;
 }
</style>

background-color css

<style>
 a { background-color: #54357E; }

 a { background-color: rgb(84,53,126); }

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

border-color css

<style>
 span { border-color: #54357E; }

 span { border-color: rgb(84,53,126); }

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