Html Css Color HEX #522090 Kingfisher Daisy

📋 copy color: '#522090'

red 82 ◦ green 32 ◦ blue 144

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

Shades of Kingfisher Daisy #522090

Tints of Kingfisher Daisy #522090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.4%

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

R = 31.78%
G = 12.4%
B = 55.81%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#522090 (or 0x522090) is known color: Kingfisher Daisy. HEX triplet: 52, 20 and 90. RGB value is (82,32,144). Sum of RGB (Red+Green+Blue) = 82+32+144=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #522090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522090 is #ADDF6F. Grayscale: #3B3B3B. Windows color (decimal): -11394928 or 9445458. OLE color: 9445458.

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

Color convert

RGB 82 32 144 -
CMYK 0.43 0.78 0 0.44
HSL 266.79º 0.64% 0.35% -
HSV(B) 266.79º 0.78% 0.56% -
XYZ 9.03 4.84 26.84 -
YUV 59.72 175.57 143.89 -
System Red Green Blue C M Y K H S L
Decimal 82 32 144 0.43 0.78 0 0.44 266.79 0.64 0.35
Hex 52 20 90 2B 4E 0 2C 10B 40 23
Octal 122 40 220 53 116 0 54 413 100 43
Binary 1010010 100000 10010000 101011 1001110 0 101100 100001011 1000000 100011

Color Harmonies of #522090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522090

Black with #522090

Text Example


Text Example

White with #522090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522090; }

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

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

background-color css

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

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

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

border-color css

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

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

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