Html Css Color HEX #522495 Kingfisher Daisy

📋 copy color: '#522495'

red 82 ◦ green 36 ◦ blue 149

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

Shades of Kingfisher Daisy #522495

Tints of Kingfisher Daisy #522495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

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

R = 30.71%
G = 13.48%
B = 55.81%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#522495 (or 0x522495) is known color: Kingfisher Daisy. HEX triplet: 52, 24 and 95. RGB value is (82,36,149). Sum of RGB (Red+Green+Blue) = 82+36+149=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #522495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522495 is #ADDB6A. Grayscale: #3E3E3E. Windows color (decimal): -11393899 or 9774162. OLE color: 9774162.

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

Color convert

RGB 82 36 149 -
CMYK 0.45 0.76 0 0.42
HSL 264.42º 0.61% 0.36% -
HSV(B) 264.42º 0.76% 0.58% -
XYZ 9.54 5.23 28.94 -
YUV 62.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 82 36 149 0.45 0.76 0 0.42 264.42 0.61 0.36
Hex 52 24 95 2D 4C 0 2A 108 3D 24
Octal 122 44 225 55 114 0 52 410 75 44
Binary 1010010 100100 10010101 101101 1001100 0 101010 100001000 111101 100100

Color Harmonies of #522495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522495

Black with #522495

Text Example


Text Example

White with #522495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522495; }

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

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

background-color css

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

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

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

border-color css

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

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

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