#502395

Color #502395 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #502395

Tints of Kingfisher Daisy #502395

Color information

#502395 (or 0x502395) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 23 and 95. RGB value is (80,35,149). Sum of RGB (Red+Green+Blue) = 80+35+149=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #502395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502395 is #AFDC6A. Grayscale: #3D3D3D. Windows color (decimal): -11525227 or 9773904. OLE color: 9773904.

HSL color Cylindrical-coordinate representation of color #502395: hue angle of 263.68º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502395 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8035149-
CMYK0.460.7700.42
HSL263.68º61.96%36.08%-
HSV(B)263.68º76.51%58.43%-
XYZ9.335.0828.92-
YUV61.45177.41141.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 35 (14.06% from 255) = 13.26%
BLUE value IS 149 (58.59% from 255) = 56.44%
R=30.30%
G=13.26%
B=56.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80351490.460.7700.42263.6861.9636.08
Hex5023952E4D02A1083e24
Octal12043225561150524107644
Binary10100001000111001010110111010011010101010100001000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502395; }

 p { color: rgb(80,35,149); }

 H1.HeaderClassName
 {
   color: #502395;
 }
 .AnyTagClassName
 {
   color: #502395;
 }
</style>
background-color css

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

 a { background-color: rgb(80,35,149); }

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

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

 span { border-color: rgb(80,35,149); }

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