#54347D

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

Shades of Kingfisher Daisy #54347D

Tints of Kingfisher Daisy #54347D

Color information

#54347D (or 0x54347D) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 34 and 7D. RGB value is (84,52,125). Sum of RGB (Red+Green+Blue) = 84+52+125=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #54347D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54347D is #ABCB82. Grayscale: #454545. Windows color (decimal): -11258755 or 8205396. OLE color: 8205396.

HSL color Cylindrical-coordinate representation of color #54347D: hue angle of 266.3º 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 #54347D is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8452125-
CMYK0.330.5800.51
HSL266.3º41.24%34.71%-
HSV(B)266.3º58.4%49.02%-
XYZ8.595.8220.07-
YUV69.89159.1138.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 125 (49.22% from 255) = 47.89%
R=32.18%
G=19.92%
B=47.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84521250.330.5800.51266.341.2434.71
Hex54347D213A03310a2923
Octal1246417541720634125143
Binary101010011010011111011000011110100110011100001010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54347D;
 }
 .AnyTagClassName
 {
   color: #54347D;
 }
</style>
background-color css

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

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

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

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

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

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