Html Css Color HEX #531C84 Kingfisher Daisy

📋 copy color: '#531C84'

red 83 ◦ green 28 ◦ blue 132

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

Shades of Kingfisher Daisy #531C84

Tints of Kingfisher Daisy #531C84

RGB

 RED value IS 83 (32.81% from 255) = 34.16%

 GREEN value IS 28 (11.33% from 255) = 11.52%

 BLUE value IS 132 (51.95% from 255) = 54.32%

R = 34.16%
G = 11.52%
B = 54.32%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#531C84 (or 0x531C84) is known color: Kingfisher Daisy. HEX triplet: 53, 1C and 84. RGB value is (83,28,132). Sum of RGB (Red+Green+Blue) = 83+28+132=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #531C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531C84 is #ACE37B. Grayscale: #373737. Windows color (decimal): -11330428 or 8658003. OLE color: 8658003.

HSL color Cylindrical-coordinate representation of color #531C84: hue angle of 271.73º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #531C84 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 28 132 -
CMYK 0.37 0.79 0 0.48
HSL 271.73º 0.65% 0.31% -
HSV(B) 271.73º 0.79% 0.52% -
XYZ 8.15 4.34 22.24 -
YUV 56.3 170.72 147.04 -
System Red Green Blue C M Y K H S L
Decimal 83 28 132 0.37 0.79 0 0.48 271.73 0.65 0.31
Hex 53 1C 84 25 4F 0 30 110 41 1F
Octal 123 34 204 45 117 0 60 420 101 37
Binary 1010011 11100 10000100 100101 1001111 0 110000 100010000 1000001 11111

Color Harmonies of #531C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C84

Black with #531C84

Text Example


Text Example

White with #531C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531C84; }

 p { color: rgb(83,28,132); }

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

background-color css

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

 a { background-color: rgb(83,28,132); }

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

border-color css

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

 span { border-color: rgb(83,28,132); }

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