Html Css Color HEX #502194 Kingfisher Daisy

📋 copy color: '#502194'

red 80 ◦ green 33 ◦ blue 148

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

Shades of Kingfisher Daisy #502194

Tints of Kingfisher Daisy #502194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.64%

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

R = 30.65%
G = 12.64%
B = 56.7%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#502194 (or 0x502194) is known color: Kingfisher Daisy. HEX triplet: 50, 21 and 94. RGB value is (80,33,148). Sum of RGB (Red+Green+Blue) = 80+33+148=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #502194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502194 is #AFDE6B. Grayscale: #3B3B3B. Windows color (decimal): -11525740 or 9707856. OLE color: 9707856.

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

Color convert

RGB 80 33 148 -
CMYK 0.46 0.78 0 0.42
HSL 264.52º 0.64% 0.35% -
HSV(B) 264.52º 0.78% 0.58% -
XYZ 9.2 4.93 28.48 -
YUV 60.16 177.57 142.15 -
System Red Green Blue C M Y K H S L
Decimal 80 33 148 0.46 0.78 0 0.42 264.52 0.64 0.35
Hex 50 21 94 2E 4E 0 2A 109 40 23
Octal 120 41 224 56 116 0 52 411 100 43
Binary 1010000 100001 10010100 101110 1001110 0 101010 100001001 1000000 100011

Color Harmonies of #502194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502194

Black with #502194

Text Example


Text Example

White with #502194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502194; }

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

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

background-color css

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

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

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

border-color css

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

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

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