Html Css Color HEX #522490 Kingfisher Daisy

📋 copy color: '#522490'

red 82 ◦ green 36 ◦ blue 144

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

Shades of Kingfisher Daisy #522490

Tints of Kingfisher Daisy #522490

RGB

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

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

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

R = 31.3%
G = 13.74%
B = 54.96%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#522490 (or 0x522490) is known color: Kingfisher Daisy. HEX triplet: 52, 24 and 90. RGB value is (82,36,144). Sum of RGB (Red+Green+Blue) = 82+36+144=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #522490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522490 is #ADDB6F. Grayscale: #3D3D3D. Windows color (decimal): -11393904 or 9446482. OLE color: 9446482.

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

Color convert

RGB 82 36 144 -
CMYK 0.43 0.75 0 0.44
HSL 265.56º 0.6% 0.35% -
HSV(B) 265.56º 0.75% 0.56% -
XYZ 9.14 5.07 26.88 -
YUV 62.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 82 36 144 0.43 0.75 0 0.44 265.56 0.6 0.35
Hex 52 24 90 2B 4B 0 2C 10A 3C 23
Octal 122 44 220 53 113 0 54 412 74 43
Binary 1010010 100100 10010000 101011 1001011 0 101100 100001010 111100 100011

Color Harmonies of #522490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522490

Black with #522490

Text Example


Text Example

White with #522490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522490; }

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

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

background-color css

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

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

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

border-color css

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

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

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