Html Css Color HEX #532280 Kingfisher Daisy

📋 copy color: '#532280'

red 83 ◦ green 34 ◦ blue 128

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

Shades of Kingfisher Daisy #532280

Tints of Kingfisher Daisy #532280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.88%

 BLUE value IS 128 (50.39% from 255) = 52.24%

R = 33.88%
G = 13.88%
B = 52.24%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#532280 (or 0x532280) is known color: Kingfisher Daisy. HEX triplet: 53, 22 and 80. RGB value is (83,34,128). Sum of RGB (Red+Green+Blue) = 83+34+128=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #532280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532280 is #ACDD7F. Grayscale: #3B3B3B. Windows color (decimal): -11328896 or 8397395. OLE color: 8397395.

HSL color Cylindrical-coordinate representation of color #532280: hue angle of 271.28º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #532280 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 34 128 -
CMYK 0.35 0.73 0 0.50
HSL 271.28º 0.58% 0.32% -
HSV(B) 271.28º 0.73% 0.5% -
XYZ 8.04 4.54 20.88 -
YUV 59.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 83 34 128 0.35 0.73 0 0.50 271.28 0.58 0.32
Hex 53 22 80 23 49 0 32 10F 3A 20
Octal 123 42 200 43 111 0 62 417 72 40
Binary 1010011 100010 10000000 100011 1001001 0 110010 100001111 111010 100000

Color Harmonies of #532280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532280

Black with #532280

Text Example


Text Example

White with #532280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532280; }

 p { color: rgb(83,34,128); }

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

background-color css

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

 a { background-color: rgb(83,34,128); }

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

border-color css

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

 span { border-color: rgb(83,34,128); }

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