Html Css Color HEX #502C85 Kingfisher Daisy

📋 copy color: '#502C85'

red 80 ◦ green 44 ◦ blue 133

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

Shades of Kingfisher Daisy #502C85

Tints of Kingfisher Daisy #502C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.75%

R = 31.13%
G = 17.12%
B = 51.75%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#502C85 (or 0x502C85) is known color: Kingfisher Daisy. HEX triplet: 50, 2C and 85. RGB value is (80,44,133). Sum of RGB (Red+Green+Blue) = 80+44+133=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #502C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502C85 is #AFD37A. Grayscale: #404040. Windows color (decimal): -11522939 or 8727632. OLE color: 8727632.

HSL color Cylindrical-coordinate representation of color #502C85: hue angle of 264.27º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #502C85 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 44 133 -
CMYK 0.40 0.67 0 0.48
HSL 264.27º 0.5% 0.35% -
HSV(B) 264.27º 0.67% 0.52% -
XYZ 8.44 5.2 22.75 -
YUV 64.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 80 44 133 0.40 0.67 0 0.48 264.27 0.5 0.35
Hex 50 2C 85 28 43 0 30 108 32 23
Octal 120 54 205 50 103 0 60 410 62 43
Binary 1010000 101100 10000101 101000 1000011 0 110000 100001000 110010 100011

Color Harmonies of #502C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502C85

Black with #502C85

Text Example


Text Example

White with #502C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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