Html Css Color HEX #52208A Kingfisher Daisy

📋 copy color: '#52208A'

red 82 ◦ green 32 ◦ blue 138

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

Shades of Kingfisher Daisy #52208A

Tints of Kingfisher Daisy #52208A

RGB

 RED value IS 82 (32.42% from 255) = 32.54%

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

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

R = 32.54%
G = 12.7%
B = 54.76%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#52208A (or 0x52208A) is known color: Kingfisher Daisy. HEX triplet: 52, 20 and 8A. RGB value is (82,32,138). Sum of RGB (Red+Green+Blue) = 82+32+138=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #52208A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52208A is #ADDF75. Grayscale: #3A3A3A. Windows color (decimal): -11394934 or 9052242. OLE color: 9052242.

HSL color Cylindrical-coordinate representation of color #52208A: hue angle of 268.3º 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 #52208A is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 32 138 -
CMYK 0.41 0.77 0 0.46
HSL 268.3º 0.62% 0.33% -
HSV(B) 268.3º 0.77% 0.54% -
XYZ 8.58 4.66 24.49 -
YUV 59.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 82 32 138 0.41 0.77 0 0.46 268.3 0.62 0.33
Hex 52 20 8A 29 4D 0 2E 10C 3E 21
Octal 122 40 212 51 115 0 56 414 76 41
Binary 1010010 100000 10001010 101001 1001101 0 101110 100001100 111110 100001

Color Harmonies of #52208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52208A

Black with #52208A

Text Example


Text Example

White with #52208A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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