Html Css Color HEX #502185 Kingfisher Daisy

📋 copy color: '#502185'

red 80 ◦ green 33 ◦ blue 133

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

Shades of Kingfisher Daisy #502185

Tints of Kingfisher Daisy #502185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.41%

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

R = 32.52%
G = 13.41%
B = 54.07%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#502185 (or 0x502185) is known color: Kingfisher Daisy. HEX triplet: 50, 21 and 85. RGB value is (80,33,133). Sum of RGB (Red+Green+Blue) = 80+33+133=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #502185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502185 is #AFDE7A. Grayscale: #3A3A3A. Windows color (decimal): -11525755 or 8724816. OLE color: 8724816.

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

Color convert

RGB 80 33 133 -
CMYK 0.40 0.75 0 0.48
HSL 268.2º 0.6% 0.33% -
HSV(B) 268.2º 0.75% 0.52% -
XYZ 8.09 4.49 22.63 -
YUV 58.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 80 33 133 0.40 0.75 0 0.48 268.2 0.6 0.33
Hex 50 21 85 28 4B 0 30 10C 3C 21
Octal 120 41 205 50 113 0 60 414 74 41
Binary 1010000 100001 10000101 101000 1001011 0 110000 100001100 111100 100001

Color Harmonies of #502185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502185

Black with #502185

Text Example


Text Example

White with #502185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502185; }

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

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

background-color css

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

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

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

border-color css

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

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

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