Html Css Color HEX #522195 Kingfisher Daisy

📋 copy color: '#522195'

red 82 ◦ green 33 ◦ blue 149

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

Shades of Kingfisher Daisy #522195

Tints of Kingfisher Daisy #522195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.44%

R = 31.06%
G = 12.5%
B = 56.44%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#522195 (or 0x522195) is known color: Kingfisher Daisy. HEX triplet: 52, 21 and 95. RGB value is (82,33,149). Sum of RGB (Red+Green+Blue) = 82+33+149=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #522195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522195 is #ADDE6A. Grayscale: #3C3C3C. Windows color (decimal): -11394667 or 9773394. OLE color: 9773394.

HSL color Cylindrical-coordinate representation of color #522195: hue angle of 265.34º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522195 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 33 149 -
CMYK 0.45 0.78 0 0.42
HSL 265.34º 0.64% 0.36% -
HSV(B) 265.34º 0.78% 0.58% -
XYZ 9.45 5.05 28.91 -
YUV 60.88 177.73 143.07 -
System Red Green Blue C M Y K H S L
Decimal 82 33 149 0.45 0.78 0 0.42 265.34 0.64 0.36
Hex 52 21 95 2D 4E 0 2A 109 40 24
Octal 122 41 225 55 116 0 52 411 100 44
Binary 1010010 100001 10010101 101101 1001110 0 101010 100001001 1000000 100100

Color Harmonies of #522195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522195

Black with #522195

Text Example


Text Example

White with #522195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522195; }

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

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

background-color css

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

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

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

border-color css

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

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

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