Html Css Color HEX #502E7D Kingfisher Daisy

📋 copy color: '#502E7D'

red 80 ◦ green 46 ◦ blue 125

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

Shades of Kingfisher Daisy #502E7D

Tints of Kingfisher Daisy #502E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.33%

 BLUE value IS 125 (49.22% from 255) = 49.8%

R = 31.87%
G = 18.33%
B = 49.8%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#502E7D (or 0x502E7D) is known color: Kingfisher Daisy. HEX triplet: 50, 2E and 7D. RGB value is (80,46,125). Sum of RGB (Red+Green+Blue) = 80+46+125=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #502E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502E7D is #AFD182. Grayscale: #404040. Windows color (decimal): -11522435 or 8203856. OLE color: 8203856.

HSL color Cylindrical-coordinate representation of color #502E7D: hue angle of 265.82º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #502E7D is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 46 125 -
CMYK 0.36 0.63 0 0.51
HSL 265.82º 0.46% 0.34% -
HSV(B) 265.82º 0.63% 0.49% -
XYZ 7.99 5.14 19.97 -
YUV 65.17 161.76 138.58 -
System Red Green Blue C M Y K H S L
Decimal 80 46 125 0.36 0.63 0 0.51 265.82 0.46 0.34
Hex 50 2E 7D 24 3F 0 33 10A 2E 22
Octal 120 56 175 44 77 0 63 412 56 42
Binary 1010000 101110 1111101 100100 111111 0 110011 100001010 101110 100010

Color Harmonies of #502E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E7D

Black with #502E7D

Text Example


Text Example

White with #502E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,46,125); }

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

background-color css

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

 a { background-color: rgb(80,46,125); }

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

border-color css

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

 span { border-color: rgb(80,46,125); }

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