Html Css Color HEX #542098 Kingfisher Daisy

📋 copy color: '#542098'

red 84 ◦ green 32 ◦ blue 152

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

Shades of Kingfisher Daisy #542098

Tints of Kingfisher Daisy #542098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.72%

R = 31.34%
G = 11.94%
B = 56.72%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#542098 (or 0x542098) is known color: Kingfisher Daisy. HEX triplet: 54, 20 and 98. RGB value is (84,32,152). Sum of RGB (Red+Green+Blue) = 84+32+152=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #542098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542098 is #ABDF67. Grayscale: #3C3C3C. Windows color (decimal): -11263848 or 9969748. OLE color: 9969748.

HSL color Cylindrical-coordinate representation of color #542098: hue angle of 266º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542098 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 32 152 -
CMYK 0.45 0.79 0 0.40
HSL 266º 0.65% 0.36% -
HSV(B) 266º 0.79% 0.6% -
XYZ 9.84 5.18 30.19 -
YUV 61.23 179.23 144.24 -
System Red Green Blue C M Y K H S L
Decimal 84 32 152 0.45 0.79 0 0.40 266 0.65 0.36
Hex 54 20 98 2D 4F 0 28 10A 41 24
Octal 124 40 230 55 117 0 50 412 101 44
Binary 1010100 100000 10011000 101101 1001111 0 101000 100001010 1000001 100100

Color Harmonies of #542098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542098

Black with #542098

Text Example


Text Example

White with #542098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542098; }

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

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

background-color css

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

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

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

border-color css

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

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

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