Html Css Color HEX #503088 Kingfisher Daisy

📋 copy color: '#503088'

red 80 ◦ green 48 ◦ blue 136

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

Shades of Kingfisher Daisy #503088

Tints of Kingfisher Daisy #503088

RGB

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

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

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

R = 30.3%
G = 18.18%
B = 51.52%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#503088 (or 0x503088) is known color: Kingfisher Daisy. HEX triplet: 50, 30 and 88. RGB value is (80,48,136). Sum of RGB (Red+Green+Blue) = 80+48+136=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #503088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503088 is #AFCF77. Grayscale: #434343. Windows color (decimal): -11521912 or 8925264. OLE color: 8925264.

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

Color convert

RGB 80 48 136 -
CMYK 0.41 0.65 0 0.47
HSL 261.82º 0.48% 0.36% -
HSV(B) 261.82º 0.65% 0.53% -
XYZ 8.81 5.6 23.91 -
YUV 67.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 80 48 136 0.41 0.65 0 0.47 261.82 0.48 0.36
Hex 50 30 88 29 41 0 2F 106 30 24
Octal 120 60 210 51 101 0 57 406 60 44
Binary 1010000 110000 10001000 101001 1000001 0 101111 100000110 110000 100100

Color Harmonies of #503088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503088

Black with #503088

Text Example


Text Example

White with #503088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503088; }

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

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

background-color css

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

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

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

border-color css

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

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

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