Html Css Color HEX #502786 Kingfisher Daisy

📋 copy color: '#502786'

red 80 ◦ green 39 ◦ blue 134

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

Shades of Kingfisher Daisy #502786

Tints of Kingfisher Daisy #502786

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.42%

 BLUE value IS 134 (52.73% from 255) = 52.96%

R = 31.62%
G = 15.42%
B = 52.96%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#502786 (or 0x502786) is known color: Kingfisher Daisy. HEX triplet: 50, 27 and 86. RGB value is (80,39,134). Sum of RGB (Red+Green+Blue) = 80+39+134=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #502786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502786 is #AFD879. Grayscale: #3D3D3D. Windows color (decimal): -11524218 or 8791888. OLE color: 8791888.

HSL color Cylindrical-coordinate representation of color #502786: hue angle of 265.89º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #502786 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 39 134 -
CMYK 0.40 0.71 0 0.47
HSL 265.89º 0.55% 0.34% -
HSV(B) 265.89º 0.71% 0.53% -
XYZ 8.34 4.88 23.06 -
YUV 62.09 168.58 140.78 -
System Red Green Blue C M Y K H S L
Decimal 80 39 134 0.40 0.71 0 0.47 265.89 0.55 0.34
Hex 50 27 86 28 47 0 2F 10A 37 22
Octal 120 47 206 50 107 0 57 412 67 42
Binary 1010000 100111 10000110 101000 1000111 0 101111 100001010 110111 100010

Color Harmonies of #502786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502786

Black with #502786

Text Example


Text Example

White with #502786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502786; }

 p { color: rgb(80,39,134); }

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

background-color css

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

 a { background-color: rgb(80,39,134); }

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

border-color css

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

 span { border-color: rgb(80,39,134); }

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