Html Css Color HEX #542592 Kingfisher Daisy

📋 copy color: '#542592'

red 84 ◦ green 37 ◦ blue 146

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

Shades of Kingfisher Daisy #542592

Tints of Kingfisher Daisy #542592

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.86%

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 31.46%
G = 13.86%
B = 54.68%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#542592 (or 0x542592) is known color: Kingfisher Daisy. HEX triplet: 54, 25 and 92. RGB value is (84,37,146). Sum of RGB (Red+Green+Blue) = 84+37+146=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #542592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542592 is #ABDA6D. Grayscale: #3F3F3F. Windows color (decimal): -11262574 or 9577812. OLE color: 9577812.

HSL color Cylindrical-coordinate representation of color #542592: hue angle of 265.87º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542592 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 37 146 -
CMYK 0.42 0.75 0 0.43
HSL 265.87º 0.6% 0.36% -
HSV(B) 265.87º 0.75% 0.57% -
XYZ 9.51 5.28 27.71 -
YUV 63.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 84 37 146 0.42 0.75 0 0.43 265.87 0.6 0.36
Hex 54 25 92 2A 4B 0 2B 10A 3C 24
Octal 124 45 222 52 113 0 53 412 74 44
Binary 1010100 100101 10010010 101010 1001011 0 101011 100001010 111100 100100

Color Harmonies of #542592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542592

Black with #542592

Text Example


Text Example

White with #542592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542592; }

 p { color: rgb(84,37,146); }

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

background-color css

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

 a { background-color: rgb(84,37,146); }

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

border-color css

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

 span { border-color: rgb(84,37,146); }

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