Html Css Color HEX #54347F Kingfisher Daisy

📋 copy color: '#54347F'

red 84 ◦ green 52 ◦ blue 127

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

Shades of Kingfisher Daisy #54347F

Tints of Kingfisher Daisy #54347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.77%

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

R = 31.94%
G = 19.77%
B = 48.29%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54347F (or 0x54347F) is known color: Kingfisher Daisy. HEX triplet: 54, 34 and 7F. RGB value is (84,52,127). Sum of RGB (Red+Green+Blue) = 84+52+127=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #54347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54347F is #ABCB80. Grayscale: #454545. Windows color (decimal): -11258753 or 8336468. OLE color: 8336468.

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

Color convert

RGB 84 52 127 -
CMYK 0.34 0.59 0 0.50
HSL 265.6º 0.42% 0.35% -
HSV(B) 265.6º 0.59% 0.5% -
XYZ 8.71 5.87 20.75 -
YUV 70.12 160.1 137.9 -
System Red Green Blue C M Y K H S L
Decimal 84 52 127 0.34 0.59 0 0.50 265.6 0.42 0.35
Hex 54 34 7F 22 3B 0 32 10A 2A 23
Octal 124 64 177 42 73 0 62 412 52 43
Binary 1010100 110100 1111111 100010 111011 0 110010 100001010 101010 100011

Color Harmonies of #54347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54347F

Black with #54347F

Text Example


Text Example

White with #54347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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