#542583

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

Shades of Kingfisher Daisy #542583

Tints of Kingfisher Daisy #542583

Color information

#542583 (or 0x542583) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 25 and 83. RGB value is (84,37,131). Sum of RGB (Red+Green+Blue) = 84+37+131=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #542583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542583 is #ABDA7C. Grayscale: #3D3D3D. Windows color (decimal): -11262589 or 8594772. OLE color: 8594772.

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

Color convert

RGB8437131-
CMYK0.360.7200.49
HSL270º55.95%32.94%-
HSV(B)270º71.76%51.37%-
XYZ8.414.8521.96-
YUV61.77167.07143.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 131 (51.56% from 255) = 51.98%
R=33.33%
G=14.68%
B=51.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84371310.360.7200.4927055.9532.94
Hex542583244803110e3821
Octal12445203441100614167041
Binary10101001001011000001110010010010000110001100001110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542583; }

 p { color: rgb(84,37,131); }

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

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

 a { background-color: rgb(84,37,131); }

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

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

 span { border-color: rgb(84,37,131); }

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