#53288E

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

Shades of Kingfisher Daisy #53288E

Tints of Kingfisher Daisy #53288E

Color information

#53288E (or 0x53288E) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 28 and 8E. RGB value is (83,40,142). Sum of RGB (Red+Green+Blue) = 83+40+142=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #53288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53288E is #ACD771. Grayscale: #404040. Windows color (decimal): -11327346 or 9316435. OLE color: 9316435.

HSL color Cylindrical-coordinate representation of color #53288E: hue angle of 265.29º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53288E is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8340142-
CMYK0.420.7200.44
HSL265.29º56.04%35.69%-
HSV(B)265.29º71.83%55.69%-
XYZ9.215.3126.13-
YUV64.48171.75141.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=31.32%
G=15.09%
B=53.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83401420.420.7200.44265.2956.0435.69
Hex53288E2A4802C1093824
Octal12350216521100544117044
Binary10100111010001000111010101010010000101100100001001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53288E; }

 p { color: rgb(83,40,142); }

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

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

 a { background-color: rgb(83,40,142); }

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

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

 span { border-color: rgb(83,40,142); }

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