Html Css Color HEX #522197 Kingfisher Daisy

📋 copy color: '#522197'

red 82 ◦ green 33 ◦ blue 151

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

Shades of Kingfisher Daisy #522197

Tints of Kingfisher Daisy #522197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.77%

R = 30.83%
G = 12.41%
B = 56.77%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#522197 (or 0x522197) is known color: Kingfisher Daisy. HEX triplet: 52, 21 and 97. RGB value is (82,33,151). Sum of RGB (Red+Green+Blue) = 82+33+151=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #522197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522197 is #ADDE68. Grayscale: #3C3C3C. Windows color (decimal): -11394665 or 9904466. OLE color: 9904466.

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

Color convert

RGB 82 33 151 -
CMYK 0.46 0.78 0 0.41
HSL 264.92º 0.64% 0.36% -
HSV(B) 264.92º 0.78% 0.59% -
XYZ 9.61 5.12 29.76 -
YUV 61.1 178.73 142.91 -
System Red Green Blue C M Y K H S L
Decimal 82 33 151 0.46 0.78 0 0.41 264.92 0.64 0.36
Hex 52 21 97 2E 4E 0 29 109 40 24
Octal 122 41 227 56 116 0 51 411 100 44
Binary 1010010 100001 10010111 101110 1001110 0 101001 100001001 1000000 100100

Color Harmonies of #522197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522197

Black with #522197

Text Example


Text Example

White with #522197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522197; }

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

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

background-color css

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

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

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

border-color css

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

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

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