Html Css Color HEX #522190 Kingfisher Daisy

📋 copy color: '#522190'

red 82 ◦ green 33 ◦ blue 144

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

Shades of Kingfisher Daisy #522190

Tints of Kingfisher Daisy #522190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.6%

R = 31.66%
G = 12.74%
B = 55.6%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#522190 (or 0x522190) is known color: Kingfisher Daisy. HEX triplet: 52, 21 and 90. RGB value is (82,33,144). Sum of RGB (Red+Green+Blue) = 82+33+144=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #522190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522190 is #ADDE6F. Grayscale: #3B3B3B. Windows color (decimal): -11394672 or 9445714. OLE color: 9445714.

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

Color convert

RGB 82 33 144 -
CMYK 0.43 0.77 0 0.44
HSL 266.49º 0.63% 0.35% -
HSV(B) 266.49º 0.77% 0.56% -
XYZ 9.06 4.9 26.85 -
YUV 60.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 82 33 144 0.43 0.77 0 0.44 266.49 0.63 0.35
Hex 52 21 90 2B 4D 0 2C 10A 3F 23
Octal 122 41 220 53 115 0 54 412 77 43
Binary 1010010 100001 10010000 101011 1001101 0 101100 100001010 111111 100011

Color Harmonies of #522190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522190

Black with #522190

Text Example


Text Example

White with #522190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522190; }

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

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

background-color css

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

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

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

border-color css

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

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

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