#54347F

Color #54347F Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #54347F

Tints of Kingfisher Daisy #54347F

Color information

#54347F (or 0x54347F) is unknown color: approx 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

RGB8452127-
CMYK0.340.5900.50
HSL265.6º41.9%35.1%-
HSV(B)265.6º59.06%49.8%-
XYZ8.715.8720.75-
YUV70.12160.1137.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.94%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 127 (50% from 255) = 48.29%
R=31.94%
G=19.77%
B=48.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84521270.340.5900.50265.641.935.1
Hex54347F223B03210a2a23
Octal1246417742730624125243
Binary101010011010011111111000101110110110010100001010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>