Html Css Color HEX #532084 Kingfisher Daisy

📋 copy color: '#532084'

red 83 ◦ green 32 ◦ blue 132

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

Shades of Kingfisher Daisy #532084

Tints of Kingfisher Daisy #532084

RGB

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

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

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

R = 33.6%
G = 12.96%
B = 53.44%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#532084 (or 0x532084) is known color: Kingfisher Daisy. HEX triplet: 53, 20 and 84. RGB value is (83,32,132). Sum of RGB (Red+Green+Blue) = 83+32+132=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #532084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532084 is #ACDF7B. Grayscale: #3A3A3A. Windows color (decimal): -11329404 or 8659027. OLE color: 8659027.

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

Color convert

RGB 83 32 132 -
CMYK 0.37 0.76 0 0.48
HSL 270.6º 0.61% 0.32% -
HSV(B) 270.6º 0.76% 0.52% -
XYZ 8.25 4.54 22.27 -
YUV 58.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 83 32 132 0.37 0.76 0 0.48 270.6 0.61 0.32
Hex 53 20 84 25 4C 0 30 10F 3D 20
Octal 123 40 204 45 114 0 60 417 75 40
Binary 1010011 100000 10000100 100101 1001100 0 110000 100001111 111101 100000

Color Harmonies of #532084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532084

Black with #532084

Text Example


Text Example

White with #532084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532084; }

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

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

background-color css

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

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

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

border-color css

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

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

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