#542682

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

Shades of Kingfisher Daisy #542682

Tints of Kingfisher Daisy #542682

Color information

#542682 (or 0x542682) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 26 and 82. RGB value is (84,38,130). Sum of RGB (Red+Green+Blue) = 84+38+130=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #542682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542682 is #ABD97D. Grayscale: #3D3D3D. Windows color (decimal): -11262334 or 8529492. OLE color: 8529492.

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

Color convert

RGB8438130-
CMYK0.350.7100.49
HSL270º54.76%32.94%-
HSV(B)270º70.77%50.98%-
XYZ8.384.8821.62-
YUV62.24166.24143.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.33%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 130 (51.17% from 255) = 51.59%
R=33.33%
G=15.08%
B=51.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84381300.350.7100.4927054.7632.94
Hex542682234703110e3721
Octal12446202431070614166741
Binary10101001001101000001010001110001110110001100001110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542682; }

 p { color: rgb(84,38,130); }

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

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

 a { background-color: rgb(84,38,130); }

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

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

 span { border-color: rgb(84,38,130); }

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