#502288

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

Shades of Kingfisher Daisy #502288

Tints of Kingfisher Daisy #502288

Color information

#502288 (or 0x502288) is unknown color: approx Kingfisher Daisy. HEX triplet: 50, 22 and 88. RGB value is (80,34,136). Sum of RGB (Red+Green+Blue) = 80+34+136=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #502288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502288 is #AFDD77. Grayscale: #3B3B3B. Windows color (decimal): -11525496 or 8921680. OLE color: 8921680.

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

Color convert

RGB8034136-
CMYK0.410.7500.47
HSL267.06º60%33.33%-
HSV(B)267.06º75%53.33%-
XYZ8.324.6323.75-
YUV59.38171.24142.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32%
GREEN value IS 34 (13.67% from 255) = 13.6%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=32%
G=13.6%
B=54.4%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80341360.410.7500.47267.066033.33
Hex502288294B02F10b3c21
Octal12042210511130574137441
Binary10100001000101000100010100110010110101111100001011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502288; }

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

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

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

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

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

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

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

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