Html Css Color HEX #52228E Kingfisher Daisy

📋 copy color: '#52228E'

red 82 ◦ green 34 ◦ blue 142

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

Shades of Kingfisher Daisy #52228E

Tints of Kingfisher Daisy #52228E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.18%

 BLUE value IS 142 (55.86% from 255) = 55.04%

R = 31.78%
G = 13.18%
B = 55.04%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52228E (or 0x52228E) is known color: Kingfisher Daisy. HEX triplet: 52, 22 and 8E. RGB value is (82,34,142). Sum of RGB (Red+Green+Blue) = 82+34+142=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #52228E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52228E is #ADDD71. Grayscale: #3C3C3C. Windows color (decimal): -11394418 or 9314898. OLE color: 9314898.

HSL color Cylindrical-coordinate representation of color #52228E: hue angle of 266.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52228E is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 34 142 -
CMYK 0.42 0.76 0 0.44
HSL 266.67º 0.61% 0.35% -
HSV(B) 266.67º 0.76% 0.56% -
XYZ 8.93 4.89 26.06 -
YUV 60.66 173.9 143.22 -
System Red Green Blue C M Y K H S L
Decimal 82 34 142 0.42 0.76 0 0.44 266.67 0.61 0.35
Hex 52 22 8E 2A 4C 0 2C 10B 3D 23
Octal 122 42 216 52 114 0 54 413 75 43
Binary 1010010 100010 10001110 101010 1001100 0 101100 100001011 111101 100011

Color Harmonies of #52228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52228E

Black with #52228E

Text Example


Text Example

White with #52228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52228E; }

 p { color: rgb(82,34,142); }

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

background-color css

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

 a { background-color: rgb(82,34,142); }

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

border-color css

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

 span { border-color: rgb(82,34,142); }

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