Html Css Color HEX #532584 Kingfisher Daisy

📋 copy color: '#532584'

red 83 ◦ green 37 ◦ blue 132

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

Shades of Kingfisher Daisy #532584

Tints of Kingfisher Daisy #532584

RGB

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

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

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

R = 32.94%
G = 14.68%
B = 52.38%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#532584 (or 0x532584) is known color: Kingfisher Daisy. HEX triplet: 53, 25 and 84. RGB value is (83,37,132). Sum of RGB (Red+Green+Blue) = 83+37+132=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #532584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532584 is #ACDA7B. Grayscale: #3D3D3D. Windows color (decimal): -11328124 or 8660307. OLE color: 8660307.

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

Color convert

RGB 83 37 132 -
CMYK 0.37 0.72 0 0.48
HSL 269.05º 0.56% 0.33% -
HSV(B) 269.05º 0.72% 0.52% -
XYZ 8.39 4.83 22.32 -
YUV 61.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 83 37 132 0.37 0.72 0 0.48 269.05 0.56 0.33
Hex 53 25 84 25 48 0 30 10D 38 21
Octal 123 45 204 45 110 0 60 415 70 41
Binary 1010011 100101 10000100 100101 1001000 0 110000 100001101 111000 100001

Color Harmonies of #532584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532584

Black with #532584

Text Example


Text Example

White with #532584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532584; }

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

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

background-color css

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

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

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

border-color css

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

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

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