Html Css Color HEX #503087 Kingfisher Daisy

📋 copy color: '#503087'

red 80 ◦ green 48 ◦ blue 135

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

Shades of Kingfisher Daisy #503087

Tints of Kingfisher Daisy #503087

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.25%

 BLUE value IS 135 (53.13% from 255) = 51.33%

R = 30.42%
G = 18.25%
B = 51.33%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#503087 (or 0x503087) is known color: Kingfisher Daisy. HEX triplet: 50, 30 and 87. RGB value is (80,48,135). Sum of RGB (Red+Green+Blue) = 80+48+135=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #503087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503087 is #AFCF78. Grayscale: #434343. Windows color (decimal): -11521913 or 8859728. OLE color: 8859728.

HSL color Cylindrical-coordinate representation of color #503087: hue angle of 262.07º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #503087 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 48 135 -
CMYK 0.41 0.64 0 0.47
HSL 262.07º 0.48% 0.36% -
HSV(B) 262.07º 0.64% 0.53% -
XYZ 8.74 5.57 23.54 -
YUV 67.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 80 48 135 0.41 0.64 0 0.47 262.07 0.48 0.36
Hex 50 30 87 29 40 0 2F 106 30 24
Octal 120 60 207 51 100 0 57 406 60 44
Binary 1010000 110000 10000111 101001 1000000 0 101111 100000110 110000 100100

Color Harmonies of #503087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503087

Black with #503087

Text Example


Text Example

White with #503087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503087; }

 p { color: rgb(80,48,135); }

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

background-color css

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

 a { background-color: rgb(80,48,135); }

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

border-color css

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

 span { border-color: rgb(80,48,135); }

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