#502F88

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

Shades of Kingfisher Daisy #502F88

Tints of Kingfisher Daisy #502F88

Color information

#502F88 (or 0x502F88) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 2F and 88. RGB value is (80,47,136). Sum of RGB (Red+Green+Blue) = 80+47+136=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #502F88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502F88 is #AFD077. Grayscale: #424242. Windows color (decimal): -11522168 or 8925008. OLE color: 8925008.

HSL color Cylindrical-coordinate representation of color #502F88: hue angle of 262.25º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #502F88 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8047136-
CMYK0.410.6500.47
HSL262.25º48.63%35.88%-
HSV(B)262.25º65.44%53.33%-
XYZ8.775.5223.9-
YUV67.01166.93137.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 47 (18.75% from 255) = 17.87%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=30.42%
G=17.87%
B=51.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80471360.410.6500.47262.2548.6335.88
Hex502F88294102F1063124
Octal12057210511010574066144
Binary10100001011111000100010100110000010101111100000110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,47,136); }

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

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

 a { background-color: rgb(80,47,136); }

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

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

 span { border-color: rgb(80,47,136); }

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