Html Css Color HEX #542583 Kingfisher Daisy

📋 copy color: '#542583'

red 84 ◦ green 37 ◦ blue 131

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

Shades of Kingfisher Daisy #542583

Tints of Kingfisher Daisy #542583

RGB

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

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

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

R = 33.33%
G = 14.68%
B = 51.98%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#542583 (or 0x542583) is known color: Kingfisher Daisy. HEX triplet: 54, 25 and 83. RGB value is (84,37,131). Sum of RGB (Red+Green+Blue) = 84+37+131=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #542583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542583 is #ABDA7C. Grayscale: #3D3D3D. Windows color (decimal): -11262589 or 8594772. OLE color: 8594772.

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

Color convert

RGB 84 37 131 -
CMYK 0.36 0.72 0 0.49
HSL 270º 0.56% 0.33% -
HSV(B) 270º 0.72% 0.51% -
XYZ 8.41 4.85 21.96 -
YUV 61.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 84 37 131 0.36 0.72 0 0.49 270 0.56 0.33
Hex 54 25 83 24 48 0 31 10E 38 21
Octal 124 45 203 44 110 0 61 416 70 41
Binary 1010100 100101 10000011 100100 1001000 0 110001 100001110 111000 100001

Color Harmonies of #542583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542583

Black with #542583

Text Example


Text Example

White with #542583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542583; }

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

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

background-color css

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

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

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

border-color css

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

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

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