Html Css Color HEX #502590 Kingfisher Daisy

📋 copy color: '#502590'

red 80 ◦ green 37 ◦ blue 144

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

Shades of Kingfisher Daisy #502590

Tints of Kingfisher Daisy #502590

RGB

 RED value IS 80 (31.64% from 255) = 30.65%

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 30.65%
G = 14.18%
B = 55.17%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#502590 (or 0x502590) is known color: Kingfisher Daisy. HEX triplet: 50, 25 and 90. RGB value is (80,37,144). Sum of RGB (Red+Green+Blue) = 80+37+144=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 37 (14.84% from 255 or 14.18% 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 #502590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502590 is #AFDA6F. Grayscale: #3D3D3D. Windows color (decimal): -11524720 or 9446736. OLE color: 9446736.

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

Color convert

RGB 80 37 144 -
CMYK 0.44 0.74 0 0.44
HSL 264.11º 0.59% 0.35% -
HSV(B) 264.11º 0.74% 0.56% -
XYZ 9 5.04 26.88 -
YUV 62.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 80 37 144 0.44 0.74 0 0.44 264.11 0.59 0.35
Hex 50 25 90 2C 4A 0 2C 108 3B 23
Octal 120 45 220 54 112 0 54 410 73 43
Binary 1010000 100101 10010000 101100 1001010 0 101100 100001000 111011 100011

Color Harmonies of #502590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502590

Black with #502590

Text Example


Text Example

White with #502590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502590; }

 p { color: rgb(80,37,144); }

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

background-color css

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

 a { background-color: rgb(80,37,144); }

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

border-color css

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

 span { border-color: rgb(80,37,144); }

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