Html Css Color HEX #502792 Kingfisher Daisy

📋 copy color: '#502792'

red 80 ◦ green 39 ◦ blue 146

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

Shades of Kingfisher Daisy #502792

Tints of Kingfisher Daisy #502792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.09%

R = 30.19%
G = 14.72%
B = 55.09%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#502792 (or 0x502792) is known color: Kingfisher Daisy. HEX triplet: 50, 27 and 92. RGB value is (80,39,146). Sum of RGB (Red+Green+Blue) = 80+39+146=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #502792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502792 is #AFD86D. Grayscale: #3F3F3F. Windows color (decimal): -11524206 or 9578320. OLE color: 9578320.

HSL color Cylindrical-coordinate representation of color #502792: hue angle of 262.99º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502792 is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 39 146 -
CMYK 0.45 0.73 0 0.43
HSL 262.99º 0.58% 0.36% -
HSV(B) 262.99º 0.73% 0.57% -
XYZ 9.22 5.23 27.72 -
YUV 63.46 174.58 139.8 -
System Red Green Blue C M Y K H S L
Decimal 80 39 146 0.45 0.73 0 0.43 262.99 0.58 0.36
Hex 50 27 92 2D 49 0 2B 107 3A 24
Octal 120 47 222 55 111 0 53 407 72 44
Binary 1010000 100111 10010010 101101 1001001 0 101011 100000111 111010 100100

Color Harmonies of #502792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502792

Black with #502792

Text Example


Text Example

White with #502792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502792; }

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

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

background-color css

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

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

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

border-color css

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

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

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