Html Css Color HEX #502690 Kingfisher Daisy

📋 copy color: '#502690'

red 80 ◦ green 38 ◦ blue 144

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

Shades of Kingfisher Daisy #502690

Tints of Kingfisher Daisy #502690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

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

R = 30.53%
G = 14.5%
B = 54.96%

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

#502690 (or 0x502690) is known color: Kingfisher Daisy. HEX triplet: 50, 26 and 90. RGB value is (80,38,144). Sum of RGB (Red+Green+Blue) = 80+38+144=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 38 (15.23% from 255 or 14.50% 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 #502690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502690 is #AFD96F. Grayscale: #3E3E3E. Windows color (decimal): -11524464 or 9446992. OLE color: 9446992.

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

Color convert

RGB 80 38 144 -
CMYK 0.44 0.74 0 0.44
HSL 263.77º 0.58% 0.36% -
HSV(B) 263.77º 0.74% 0.56% -
XYZ 9.04 5.11 26.89 -
YUV 62.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 80 38 144 0.44 0.74 0 0.44 263.77 0.58 0.36
Hex 50 26 90 2C 4A 0 2C 108 3A 24
Octal 120 46 220 54 112 0 54 410 72 44
Binary 1010000 100110 10010000 101100 1001010 0 101100 100001000 111010 100100

Color Harmonies of #502690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502690

Black with #502690

Text Example


Text Example

White with #502690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502690; }

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

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

background-color css

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

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

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

border-color css

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

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

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