Html Css Color HEX #532180 Kingfisher Daisy

📋 copy color: '#532180'

red 83 ◦ green 33 ◦ blue 128

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

Shades of Kingfisher Daisy #532180

Tints of Kingfisher Daisy #532180

RGB

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

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

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

R = 34.02%
G = 13.52%
B = 52.46%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#532180 (or 0x532180) is known color: Kingfisher Daisy. HEX triplet: 53, 21 and 80. RGB value is (83,33,128). Sum of RGB (Red+Green+Blue) = 83+33+128=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #532180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532180 is #ACDE7F. Grayscale: #3A3A3A. Windows color (decimal): -11329152 or 8397139. OLE color: 8397139.

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

Color convert

RGB 83 33 128 -
CMYK 0.35 0.74 0 0.50
HSL 271.58º 0.59% 0.32% -
HSV(B) 271.58º 0.74% 0.5% -
XYZ 8.01 4.49 20.87 -
YUV 58.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 83 33 128 0.35 0.74 0 0.50 271.58 0.59 0.32
Hex 53 21 80 23 4A 0 32 110 3B 20
Octal 123 41 200 43 112 0 62 420 73 40
Binary 1010011 100001 10000000 100011 1001010 0 110010 100010000 111011 100000

Color Harmonies of #532180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532180

Black with #532180

Text Example


Text Example

White with #532180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532180; }

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

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

background-color css

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

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

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

border-color css

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

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

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