Html Css Color HEX #542F8B Kingfisher Daisy

📋 copy color: '#542F8B'

red 84 ◦ green 47 ◦ blue 139

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

Shades of Kingfisher Daisy #542F8B

Tints of Kingfisher Daisy #542F8B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.41%

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

R = 31.11%
G = 17.41%
B = 51.48%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#542F8B (or 0x542F8B) is known color: Kingfisher Daisy. HEX triplet: 54, 2F and 8B. RGB value is (84,47,139). Sum of RGB (Red+Green+Blue) = 84+47+139=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #542F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542F8B is #ABD074. Grayscale: #444444. Windows color (decimal): -11260021 or 9121620. OLE color: 9121620.

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

Color convert

RGB 84 47 139 -
CMYK 0.40 0.66 0 0.45
HSL 264.13º 0.49% 0.36% -
HSV(B) 264.13º 0.66% 0.55% -
XYZ 9.33 5.78 25.05 -
YUV 68.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 84 47 139 0.40 0.66 0 0.45 264.13 0.49 0.36
Hex 54 2F 8B 28 42 0 2D 108 31 24
Octal 124 57 213 50 102 0 55 410 61 44
Binary 1010100 101111 10001011 101000 1000010 0 101101 100001000 110001 100100

Color Harmonies of #542F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542F8B

Black with #542F8B

Text Example


Text Example

White with #542F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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