Html Css Color HEX #502394 Kingfisher Daisy

📋 copy color: '#502394'

red 80 ◦ green 35 ◦ blue 148

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

Shades of Kingfisher Daisy #502394

Tints of Kingfisher Daisy #502394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.27%

R = 30.42%
G = 13.31%
B = 56.27%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#502394 (or 0x502394) is known color: Kingfisher Daisy. HEX triplet: 50, 23 and 94. RGB value is (80,35,148). Sum of RGB (Red+Green+Blue) = 80+35+148=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #502394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502394 is #AFDC6B. Grayscale: #3C3C3C. Windows color (decimal): -11525228 or 9708368. OLE color: 9708368.

HSL color Cylindrical-coordinate representation of color #502394: hue angle of 263.89º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502394 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 35 148 -
CMYK 0.46 0.76 0 0.42
HSL 263.89º 0.62% 0.36% -
HSV(B) 263.89º 0.76% 0.58% -
XYZ 9.25 5.05 28.5 -
YUV 61.34 176.91 141.31 -
System Red Green Blue C M Y K H S L
Decimal 80 35 148 0.46 0.76 0 0.42 263.89 0.62 0.36
Hex 50 23 94 2E 4C 0 2A 108 3E 24
Octal 120 43 224 56 114 0 52 410 76 44
Binary 1010000 100011 10010100 101110 1001100 0 101010 100001000 111110 100100

Color Harmonies of #502394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502394

Black with #502394

Text Example


Text Example

White with #502394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502394; }

 p { color: rgb(80,35,148); }

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

background-color css

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

 a { background-color: rgb(80,35,148); }

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

border-color css

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

 span { border-color: rgb(80,35,148); }

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