Html Css Color HEX #522192 Kingfisher Daisy

📋 copy color: '#522192'

red 82 ◦ green 33 ◦ blue 146

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

Shades of Kingfisher Daisy #522192

Tints of Kingfisher Daisy #522192

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.64%

 BLUE value IS 146 (57.42% from 255) = 55.94%

R = 31.42%
G = 12.64%
B = 55.94%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#522192 (or 0x522192) is known color: Kingfisher Daisy. HEX triplet: 52, 21 and 92. RGB value is (82,33,146). Sum of RGB (Red+Green+Blue) = 82+33+146=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #522192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522192 is #ADDE6D. Grayscale: #3C3C3C. Windows color (decimal): -11394670 or 9576786. OLE color: 9576786.

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

Color convert

RGB 82 33 146 -
CMYK 0.44 0.77 0 0.43
HSL 266.02º 0.63% 0.35% -
HSV(B) 266.02º 0.77% 0.57% -
XYZ 9.21 4.96 27.67 -
YUV 60.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 82 33 146 0.44 0.77 0 0.43 266.02 0.63 0.35
Hex 52 21 92 2C 4D 0 2B 10A 3F 23
Octal 122 41 222 54 115 0 53 412 77 43
Binary 1010010 100001 10010010 101100 1001101 0 101011 100001010 111111 100011

Color Harmonies of #522192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522192

Black with #522192

Text Example


Text Example

White with #522192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522192; }

 p { color: rgb(82,33,146); }

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

background-color css

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

 a { background-color: rgb(82,33,146); }

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

border-color css

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

 span { border-color: rgb(82,33,146); }

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