Html Css Color HEX #502C8E Kingfisher Daisy

📋 copy color: '#502C8E'

red 80 ◦ green 44 ◦ blue 142

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

Shades of Kingfisher Daisy #502C8E

Tints of Kingfisher Daisy #502C8E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.54%

 BLUE value IS 142 (55.86% from 255) = 53.38%

R = 30.08%
G = 16.54%
B = 53.38%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#502C8E (or 0x502C8E) is known color: Kingfisher Daisy. HEX triplet: 50, 2C and 8E. RGB value is (80,44,142). Sum of RGB (Red+Green+Blue) = 80+44+142=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #502C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502C8E is #AFD371. Grayscale: #414141. Windows color (decimal): -11522930 or 9317456. OLE color: 9317456.

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

Color convert

RGB 80 44 142 -
CMYK 0.44 0.69 0 0.44
HSL 262.04º 0.53% 0.36% -
HSV(B) 262.04º 0.69% 0.56% -
XYZ 9.09 5.46 26.17 -
YUV 65.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 80 44 142 0.44 0.69 0 0.44 262.04 0.53 0.36
Hex 50 2C 8E 2C 45 0 2C 106 35 24
Octal 120 54 216 54 105 0 54 406 65 44
Binary 1010000 101100 10001110 101100 1000101 0 101100 100000110 110101 100100

Color Harmonies of #502C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C8E

Black with #502C8E

Text Example


Text Example

White with #502C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502C8E; }

 p { color: rgb(80,44,142); }

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

background-color css

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

 a { background-color: rgb(80,44,142); }

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

border-color css

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

 span { border-color: rgb(80,44,142); }

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