Html Css Color HEX #503188 Kingfisher Daisy

📋 copy color: '#503188'

red 80 ◦ green 49 ◦ blue 136

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

Shades of Kingfisher Daisy #503188

Tints of Kingfisher Daisy #503188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

 BLUE value IS 136 (53.52% from 255) = 51.32%

R = 30.19%
G = 18.49%
B = 51.32%

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

#503188 (or 0x503188) is known color: Kingfisher Daisy. HEX triplet: 50, 31 and 88. RGB value is (80,49,136). Sum of RGB (Red+Green+Blue) = 80+49+136=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #503188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503188 is #AFCE77. Grayscale: #434343. Windows color (decimal): -11521656 or 8925520. OLE color: 8925520.

HSL color Cylindrical-coordinate representation of color #503188: hue angle of 261.38º degrees, saturation: 0.47, 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 #503188 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 49 136 -
CMYK 0.41 0.64 0 0.47
HSL 261.38º 0.47% 0.36% -
HSV(B) 261.38º 0.64% 0.53% -
XYZ 8.85 5.68 23.92 -
YUV 68.19 166.27 136.43 -
System Red Green Blue C M Y K H S L
Decimal 80 49 136 0.41 0.64 0 0.47 261.38 0.47 0.36
Hex 50 31 88 29 40 0 2F 105 2F 24
Octal 120 61 210 51 100 0 57 405 57 44
Binary 1010000 110001 10001000 101001 1000000 0 101111 100000101 101111 100100

Color Harmonies of #503188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503188

Black with #503188

Text Example


Text Example

White with #503188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503188; }

 p { color: rgb(80,49,136); }

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

background-color css

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

 a { background-color: rgb(80,49,136); }

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

border-color css

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

 span { border-color: rgb(80,49,136); }

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