Html Css Color HEX #532C80 Kingfisher Daisy

📋 copy color: '#532C80'

red 83 ◦ green 44 ◦ blue 128

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

Shades of Kingfisher Daisy #532C80

Tints of Kingfisher Daisy #532C80

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.25%

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

R = 32.55%
G = 17.25%
B = 50.2%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#532C80 (or 0x532C80) is known color: Kingfisher Daisy. HEX triplet: 53, 2C and 80. RGB value is (83,44,128). Sum of RGB (Red+Green+Blue) = 83+44+128=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #532C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532C80 is #ACD37F. Grayscale: #404040. Windows color (decimal): -11326336 or 8399955. OLE color: 8399955.

HSL color Cylindrical-coordinate representation of color #532C80: hue angle of 267.86º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #532C80 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 44 128 -
CMYK 0.35 0.66 0 0.50
HSL 267.86º 0.49% 0.34% -
HSV(B) 267.86º 0.66% 0.5% -
XYZ 8.36 5.2 20.98 -
YUV 65.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 83 44 128 0.35 0.66 0 0.50 267.86 0.49 0.34
Hex 53 2C 80 23 42 0 32 10C 31 22
Octal 123 54 200 43 102 0 62 414 61 42
Binary 1010011 101100 10000000 100011 1000010 0 110010 100001100 110001 100010

Color Harmonies of #532C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C80

Black with #532C80

Text Example


Text Example

White with #532C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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