Html Css Color HEX #502485 Kingfisher Daisy

📋 copy color: '#502485'

red 80 ◦ green 36 ◦ blue 133

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

Shades of Kingfisher Daisy #502485

Tints of Kingfisher Daisy #502485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.46%

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

R = 32.13%
G = 14.46%
B = 53.41%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#502485 (or 0x502485) is known color: Kingfisher Daisy. HEX triplet: 50, 24 and 85. RGB value is (80,36,133). Sum of RGB (Red+Green+Blue) = 80+36+133=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #502485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502485 is #AFDB7A. Grayscale: #3B3B3B. Windows color (decimal): -11524987 or 8725584. OLE color: 8725584.

HSL color Cylindrical-coordinate representation of color #502485: hue angle of 267.22º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502485 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 36 133 -
CMYK 0.40 0.73 0 0.48
HSL 267.22º 0.57% 0.33% -
HSV(B) 267.22º 0.73% 0.52% -
XYZ 8.17 4.66 22.66 -
YUV 60.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 80 36 133 0.40 0.73 0 0.48 267.22 0.57 0.33
Hex 50 24 85 28 49 0 30 10B 39 21
Octal 120 44 205 50 111 0 60 413 71 41
Binary 1010000 100100 10000101 101000 1001001 0 110000 100001011 111001 100001

Color Harmonies of #502485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502485

Black with #502485

Text Example


Text Example

White with #502485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502485; }

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

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

background-color css

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

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

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

border-color css

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

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

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