Html Css Color HEX #522191 Kingfisher Daisy

📋 copy color: '#522191'

red 82 ◦ green 33 ◦ blue 145

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

Shades of Kingfisher Daisy #522191

Tints of Kingfisher Daisy #522191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.77%

R = 31.54%
G = 12.69%
B = 55.77%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#522191 (or 0x522191) is known color: Kingfisher Daisy. HEX triplet: 52, 21 and 91. RGB value is (82,33,145). Sum of RGB (Red+Green+Blue) = 82+33+145=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #522191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522191 is #ADDE6E. Grayscale: #3C3C3C. Windows color (decimal): -11394671 or 9511250. OLE color: 9511250.

HSL color Cylindrical-coordinate representation of color #522191: hue angle of 266.25º 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 #522191 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 33 145 -
CMYK 0.43 0.77 0 0.43
HSL 266.25º 0.63% 0.35% -
HSV(B) 266.25º 0.77% 0.57% -
XYZ 9.13 4.93 27.26 -
YUV 60.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 82 33 145 0.43 0.77 0 0.43 266.25 0.63 0.35
Hex 52 21 91 2B 4D 0 2B 10A 3F 23
Octal 122 41 221 53 115 0 53 412 77 43
Binary 1010010 100001 10010001 101011 1001101 0 101011 100001010 111111 100011

Color Harmonies of #522191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522191

Black with #522191

Text Example


Text Example

White with #522191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522191; }

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

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

background-color css

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

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

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

border-color css

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

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

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