Html Css Color HEX #542D8B Kingfisher Daisy

📋 copy color: '#542D8B'

red 84 ◦ green 45 ◦ blue 139

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

Shades of Kingfisher Daisy #542D8B

Tints of Kingfisher Daisy #542D8B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.79%

 BLUE value IS 139 (54.69% from 255) = 51.87%

R = 31.34%
G = 16.79%
B = 51.87%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#542D8B (or 0x542D8B) is known color: Kingfisher Daisy. HEX triplet: 54, 2D and 8B. RGB value is (84,45,139). Sum of RGB (Red+Green+Blue) = 84+45+139=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #542D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542D8B is #ABD274. Grayscale: #434343. Windows color (decimal): -11260533 or 9121108. OLE color: 9121108.

HSL color Cylindrical-coordinate representation of color #542D8B: hue angle of 264.89º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #542D8B is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 45 139 -
CMYK 0.40 0.68 0 0.45
HSL 264.89º 0.51% 0.36% -
HSV(B) 264.89º 0.68% 0.55% -
XYZ 9.25 5.63 25.02 -
YUV 67.38 168.42 139.86 -
System Red Green Blue C M Y K H S L
Decimal 84 45 139 0.40 0.68 0 0.45 264.89 0.51 0.36
Hex 54 2D 8B 28 44 0 2D 109 33 24
Octal 124 55 213 50 104 0 55 411 63 44
Binary 1010100 101101 10001011 101000 1000100 0 101101 100001001 110011 100100

Color Harmonies of #542D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542D8B

Black with #542D8B

Text Example


Text Example

White with #542D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542D8B; }

 p { color: rgb(84,45,139); }

 H1.HeaderClassName
 {
   color: #542D8B;
 }
 .AnyTagClassName
 {
   color: #542D8B;
 }
</style>

background-color css

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

 a { background-color: rgb(84,45,139); }

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

border-color css

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

 span { border-color: rgb(84,45,139); }

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