Html Css Color HEX #542196 Kingfisher Daisy

📋 copy color: '#542196'

red 84 ◦ green 33 ◦ blue 150

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

Shades of Kingfisher Daisy #542196

Tints of Kingfisher Daisy #542196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.36%

 BLUE value IS 150 (58.98% from 255) = 56.18%

R = 31.46%
G = 12.36%
B = 56.18%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#542196 (or 0x542196) is known color: Kingfisher Daisy. HEX triplet: 54, 21 and 96. RGB value is (84,33,150). Sum of RGB (Red+Green+Blue) = 84+33+150=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #542196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542196 is #ABDE69. Grayscale: #3D3D3D. Windows color (decimal): -11263594 or 9838932. OLE color: 9838932.

HSL color Cylindrical-coordinate representation of color #542196: hue angle of 266.15º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #542196 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 33 150 -
CMYK 0.44 0.78 0 0.41
HSL 266.15º 0.64% 0.36% -
HSV(B) 266.15º 0.78% 0.59% -
XYZ 9.71 5.17 29.34 -
YUV 61.59 177.9 143.99 -
System Red Green Blue C M Y K H S L
Decimal 84 33 150 0.44 0.78 0 0.41 266.15 0.64 0.36
Hex 54 21 96 2C 4E 0 29 10A 40 24
Octal 124 41 226 54 116 0 51 412 100 44
Binary 1010100 100001 10010110 101100 1001110 0 101001 100001010 1000000 100100

Color Harmonies of #542196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542196

Black with #542196

Text Example


Text Example

White with #542196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542196; }

 p { color: rgb(84,33,150); }

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

background-color css

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

 a { background-color: rgb(84,33,150); }

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

border-color css

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

 span { border-color: rgb(84,33,150); }

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