Html Css Color HEX #522293 Kingfisher Daisy

📋 copy color: '#522293'

red 82 ◦ green 34 ◦ blue 147

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

Shades of Kingfisher Daisy #522293

Tints of Kingfisher Daisy #522293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.89%

R = 31.18%
G = 12.93%
B = 55.89%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#522293 (or 0x522293) is known color: Kingfisher Daisy. HEX triplet: 52, 22 and 93. RGB value is (82,34,147). Sum of RGB (Red+Green+Blue) = 82+34+147=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #522293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522293 is #ADDD6C. Grayscale: #3C3C3C. Windows color (decimal): -11394413 or 9642578. OLE color: 9642578.

HSL color Cylindrical-coordinate representation of color #522293: hue angle of 265.49º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #522293 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 34 147 -
CMYK 0.44 0.77 0 0.42
HSL 265.49º 0.62% 0.35% -
HSV(B) 265.49º 0.77% 0.58% -
XYZ 9.32 5.04 28.09 -
YUV 61.23 176.4 142.81 -
System Red Green Blue C M Y K H S L
Decimal 82 34 147 0.44 0.77 0 0.42 265.49 0.62 0.35
Hex 52 22 93 2C 4D 0 2A 109 3E 23
Octal 122 42 223 54 115 0 52 411 76 43
Binary 1010010 100010 10010011 101100 1001101 0 101010 100001001 111110 100011

Color Harmonies of #522293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522293

Black with #522293

Text Example


Text Example

White with #522293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522293; }

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

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

background-color css

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

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

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

border-color css

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

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

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