Html Css Color HEX #503387 Kingfisher Daisy

📋 copy color: '#503387'

red 80 ◦ green 51 ◦ blue 135

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

Shades of Kingfisher Daisy #503387

Tints of Kingfisher Daisy #503387

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.17%

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

R = 30.08%
G = 19.17%
B = 50.75%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#503387 (or 0x503387) is known color: Kingfisher Daisy. HEX triplet: 50, 33 and 87. RGB value is (80,51,135). Sum of RGB (Red+Green+Blue) = 80+51+135=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #503387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503387 is #AFCC78. Grayscale: #444444. Windows color (decimal): -11521145 or 8860496. OLE color: 8860496.

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

Color convert

RGB 80 51 135 -
CMYK 0.41 0.62 0 0.47
HSL 260.71º 0.45% 0.36% -
HSV(B) 260.71º 0.62% 0.53% -
XYZ 8.87 5.82 23.58 -
YUV 69.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 80 51 135 0.41 0.62 0 0.47 260.71 0.45 0.36
Hex 50 33 87 29 3E 0 2F 105 2D 24
Octal 120 63 207 51 76 0 57 405 55 44
Binary 1010000 110011 10000111 101001 111110 0 101111 100000101 101101 100100

Color Harmonies of #503387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503387

Black with #503387

Text Example


Text Example

White with #503387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503387; }

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

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

background-color css

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

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

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

border-color css

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

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

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