Html Css Color HEX #542083 Kingfisher Daisy

📋 copy color: '#542083'

red 84 ◦ green 32 ◦ blue 131

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

Shades of Kingfisher Daisy #542083

Tints of Kingfisher Daisy #542083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 53.04%

R = 34.01%
G = 12.96%
B = 53.04%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#542083 (or 0x542083) is known color: Kingfisher Daisy. HEX triplet: 54, 20 and 83. RGB value is (84,32,131). Sum of RGB (Red+Green+Blue) = 84+32+131=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #542083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542083 is #ABDF7C. Grayscale: #3A3A3A. Windows color (decimal): -11263869 or 8593492. OLE color: 8593492.

HSL color Cylindrical-coordinate representation of color #542083: hue angle of 271.52º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #542083 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 32 131 -
CMYK 0.36 0.76 0 0.49
HSL 271.52º 0.61% 0.32% -
HSV(B) 271.52º 0.76% 0.51% -
XYZ 8.27 4.56 21.92 -
YUV 58.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 84 32 131 0.36 0.76 0 0.49 271.52 0.61 0.32
Hex 54 20 83 24 4C 0 31 110 3D 20
Octal 124 40 203 44 114 0 61 420 75 40
Binary 1010100 100000 10000011 100100 1001100 0 110001 100010000 111101 100000

Color Harmonies of #542083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542083

Black with #542083

Text Example


Text Example

White with #542083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542083; }

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

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

background-color css

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

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

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

border-color css

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

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

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