Html Css Color HEX #542095 Kingfisher Daisy

📋 copy color: '#542095'

red 84 ◦ green 32 ◦ blue 149

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

Shades of Kingfisher Daisy #542095

Tints of Kingfisher Daisy #542095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.08%

 BLUE value IS 149 (58.59% from 255) = 56.23%

R = 31.7%
G = 12.08%
B = 56.23%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#542095 (or 0x542095) is known color: Kingfisher Daisy. HEX triplet: 54, 20 and 95. RGB value is (84,32,149). Sum of RGB (Red+Green+Blue) = 84+32+149=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #542095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542095 is #ABDF6A. Grayscale: #3C3C3C. Windows color (decimal): -11263851 or 9773140. OLE color: 9773140.

HSL color Cylindrical-coordinate representation of color #542095: hue angle of 266.67º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542095 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 32 149 -
CMYK 0.44 0.79 0 0.42
HSL 266.67º 0.65% 0.35% -
HSV(B) 266.67º 0.79% 0.58% -
XYZ 9.6 5.09 28.91 -
YUV 60.89 177.73 144.49 -
System Red Green Blue C M Y K H S L
Decimal 84 32 149 0.44 0.79 0 0.42 266.67 0.65 0.35
Hex 54 20 95 2C 4F 0 2A 10B 41 23
Octal 124 40 225 54 117 0 52 413 101 43
Binary 1010100 100000 10010101 101100 1001111 0 101010 100001011 1000001 100011

Color Harmonies of #542095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542095

Black with #542095

Text Example


Text Example

White with #542095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542095; }

 p { color: rgb(84,32,149); }

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

background-color css

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

 a { background-color: rgb(84,32,149); }

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

border-color css

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

 span { border-color: rgb(84,32,149); }

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