Html Css Color HEX #532980 Kingfisher Daisy

📋 copy color: '#532980'

red 83 ◦ green 41 ◦ blue 128

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

Shades of Kingfisher Daisy #532980

Tints of Kingfisher Daisy #532980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.27%

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

R = 32.94%
G = 16.27%
B = 50.79%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#532980 (or 0x532980) is known color: Kingfisher Daisy. HEX triplet: 53, 29 and 80. RGB value is (83,41,128). Sum of RGB (Red+Green+Blue) = 83+41+128=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #532980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532980 is #ACD67F. Grayscale: #3F3F3F. Windows color (decimal): -11327104 or 8399187. OLE color: 8399187.

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

Color convert

RGB 83 41 128 -
CMYK 0.35 0.68 0 0.50
HSL 268.97º 0.51% 0.33% -
HSV(B) 268.97º 0.68% 0.5% -
XYZ 8.26 4.98 20.95 -
YUV 63.48 164.41 141.93 -
System Red Green Blue C M Y K H S L
Decimal 83 41 128 0.35 0.68 0 0.50 268.97 0.51 0.33
Hex 53 29 80 23 44 0 32 10D 33 21
Octal 123 51 200 43 104 0 62 415 63 41
Binary 1010011 101001 10000000 100011 1000100 0 110010 100001101 110011 100001

Color Harmonies of #532980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532980

Black with #532980

Text Example


Text Example

White with #532980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532980; }

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

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

background-color css

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

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

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

border-color css

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

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

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