Html Css Color HEX #502C88 Kingfisher Daisy

📋 copy color: '#502C88'

red 80 ◦ green 44 ◦ blue 136

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

Shades of Kingfisher Daisy #502C88

Tints of Kingfisher Daisy #502C88

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.92%

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

R = 30.77%
G = 16.92%
B = 52.31%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#502C88 (or 0x502C88) is known color: Kingfisher Daisy. HEX triplet: 50, 2C and 88. RGB value is (80,44,136). Sum of RGB (Red+Green+Blue) = 80+44+136=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #502C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502C88 is #AFD377. Grayscale: #404040. Windows color (decimal): -11522936 or 8924240. OLE color: 8924240.

HSL color Cylindrical-coordinate representation of color #502C88: hue angle of 263.48º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502C88 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 44 136 -
CMYK 0.41 0.68 0 0.47
HSL 263.48º 0.51% 0.35% -
HSV(B) 263.48º 0.68% 0.53% -
XYZ 8.65 5.28 23.86 -
YUV 65.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 80 44 136 0.41 0.68 0 0.47 263.48 0.51 0.35
Hex 50 2C 88 29 44 0 2F 107 33 23
Octal 120 54 210 51 104 0 57 407 63 43
Binary 1010000 101100 10001000 101001 1000100 0 101111 100000111 110011 100011

Color Harmonies of #502C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C88

Black with #502C88

Text Example


Text Example

White with #502C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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