Html Css Color HEX #532880 Kingfisher Daisy

📋 copy color: '#532880'

red 83 ◦ green 40 ◦ blue 128

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

Shades of Kingfisher Daisy #532880

Tints of Kingfisher Daisy #532880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.94%

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

R = 33.07%
G = 15.94%
B = 51%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#532880 (or 0x532880) is known color: Kingfisher Daisy. HEX triplet: 53, 28 and 80. RGB value is (83,40,128). Sum of RGB (Red+Green+Blue) = 83+40+128=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #532880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532880 is #ACD77F. Grayscale: #3E3E3E. Windows color (decimal): -11327360 or 8398931. OLE color: 8398931.

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

Color convert

RGB 83 40 128 -
CMYK 0.35 0.69 0 0.50
HSL 269.32º 0.52% 0.33% -
HSV(B) 269.32º 0.69% 0.5% -
XYZ 8.22 4.92 20.94 -
YUV 62.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 83 40 128 0.35 0.69 0 0.50 269.32 0.52 0.33
Hex 53 28 80 23 45 0 32 10D 34 21
Octal 123 50 200 43 105 0 62 415 64 41
Binary 1010011 101000 10000000 100011 1000101 0 110010 100001101 110100 100001

Color Harmonies of #532880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532880

Black with #532880

Text Example


Text Example

White with #532880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532880; }

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

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

background-color css

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

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

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

border-color css

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

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

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