Html Css Color HEX #502785 Kingfisher Daisy

📋 copy color: '#502785'

red 80 ◦ green 39 ◦ blue 133

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

Shades of Kingfisher Daisy #502785

Tints of Kingfisher Daisy #502785

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.48%

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

R = 31.75%
G = 15.48%
B = 52.78%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#502785 (or 0x502785) is known color: Kingfisher Daisy. HEX triplet: 50, 27 and 85. RGB value is (80,39,133). Sum of RGB (Red+Green+Blue) = 80+39+133=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #502785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502785 is #AFD87A. Grayscale: #3D3D3D. Windows color (decimal): -11524219 or 8726352. OLE color: 8726352.

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

Color convert

RGB 80 39 133 -
CMYK 0.40 0.71 0 0.48
HSL 266.17º 0.55% 0.34% -
HSV(B) 266.17º 0.71% 0.52% -
XYZ 8.27 4.85 22.69 -
YUV 61.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 80 39 133 0.40 0.71 0 0.48 266.17 0.55 0.34
Hex 50 27 85 28 47 0 30 10A 37 22
Octal 120 47 205 50 107 0 60 412 67 42
Binary 1010000 100111 10000101 101000 1000111 0 110000 100001010 110111 100010

Color Harmonies of #502785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502785

Black with #502785

Text Example


Text Example

White with #502785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502785; }

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

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

background-color css

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

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

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

border-color css

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

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

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