Html Css Color HEX #522390 Kingfisher Daisy

📋 copy color: '#522390'

red 82 ◦ green 35 ◦ blue 144

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

Shades of Kingfisher Daisy #522390

Tints of Kingfisher Daisy #522390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

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

R = 31.42%
G = 13.41%
B = 55.17%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#522390 (or 0x522390) is known color: Kingfisher Daisy. HEX triplet: 52, 23 and 90. RGB value is (82,35,144). Sum of RGB (Red+Green+Blue) = 82+35+144=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #522390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522390 is #ADDC6F. Grayscale: #3D3D3D. Windows color (decimal): -11394160 or 9446226. OLE color: 9446226.

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

Color convert

RGB 82 35 144 -
CMYK 0.43 0.76 0 0.44
HSL 265.87º 0.61% 0.35% -
HSV(B) 265.87º 0.76% 0.56% -
XYZ 9.11 5.01 26.87 -
YUV 61.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 82 35 144 0.43 0.76 0 0.44 265.87 0.61 0.35
Hex 52 23 90 2B 4C 0 2C 10A 3D 23
Octal 122 43 220 53 114 0 54 412 75 43
Binary 1010010 100011 10010000 101011 1001100 0 101100 100001010 111101 100011

Color Harmonies of #522390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522390

Black with #522390

Text Example


Text Example

White with #522390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522390; }

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

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

background-color css

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

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

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

border-color css

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

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

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