Html Css Color HEX #53208A Kingfisher Daisy

📋 copy color: '#53208A'

red 83 ◦ green 32 ◦ blue 138

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

Shades of Kingfisher Daisy #53208A

Tints of Kingfisher Daisy #53208A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.65%

 BLUE value IS 138 (54.3% from 255) = 54.55%

R = 32.81%
G = 12.65%
B = 54.55%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#53208A (or 0x53208A) is known color: Kingfisher Daisy. HEX triplet: 53, 20 and 8A. RGB value is (83,32,138). Sum of RGB (Red+Green+Blue) = 83+32+138=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #53208A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53208A is #ACDF75. Grayscale: #3A3A3A. Windows color (decimal): -11329398 or 9052243. OLE color: 9052243.

HSL color Cylindrical-coordinate representation of color #53208A: hue angle of 268.87º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53208A is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 32 138 -
CMYK 0.40 0.77 0 0.46
HSL 268.87º 0.62% 0.33% -
HSV(B) 268.87º 0.77% 0.54% -
XYZ 8.67 4.71 24.5 -
YUV 59.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 83 32 138 0.40 0.77 0 0.46 268.87 0.62 0.33
Hex 53 20 8A 28 4D 0 2E 10D 3E 21
Octal 123 40 212 50 115 0 56 415 76 41
Binary 1010011 100000 10001010 101000 1001101 0 101110 100001101 111110 100001

Color Harmonies of #53208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53208A

Black with #53208A

Text Example


Text Example

White with #53208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53208A; }

 p { color: rgb(83,32,138); }

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

background-color css

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

 a { background-color: rgb(83,32,138); }

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

border-color css

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

 span { border-color: rgb(83,32,138); }

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