Html Css Color HEX #532184 Kingfisher Daisy

📋 copy color: '#532184'

red 83 ◦ green 33 ◦ blue 132

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

Shades of Kingfisher Daisy #532184

Tints of Kingfisher Daisy #532184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.31%

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

R = 33.47%
G = 13.31%
B = 53.23%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#532184 (or 0x532184) is known color: Kingfisher Daisy. HEX triplet: 53, 21 and 84. RGB value is (83,33,132). Sum of RGB (Red+Green+Blue) = 83+33+132=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #532184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532184 is #ACDE7B. Grayscale: #3A3A3A. Windows color (decimal): -11329148 or 8659283. OLE color: 8659283.

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

Color convert

RGB 83 33 132 -
CMYK 0.37 0.75 0 0.48
HSL 270.3º 0.6% 0.32% -
HSV(B) 270.3º 0.75% 0.52% -
XYZ 8.28 4.59 22.28 -
YUV 59.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 83 33 132 0.37 0.75 0 0.48 270.3 0.6 0.32
Hex 53 21 84 25 4B 0 30 10E 3C 20
Octal 123 41 204 45 113 0 60 416 74 40
Binary 1010011 100001 10000100 100101 1001011 0 110000 100001110 111100 100000

Color Harmonies of #532184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532184

Black with #532184

Text Example


Text Example

White with #532184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532184; }

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

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

background-color css

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

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

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

border-color css

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

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

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