#53277F

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

Shades of Kingfisher Daisy #53277F

Tints of Kingfisher Daisy #53277F

Color information

#53277F (or 0x53277F) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 27 and 7F. RGB value is (83,39,127). Sum of RGB (Red+Green+Blue) = 83+39+127=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #53277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53277F is #ACD880. Grayscale: #3D3D3D. Windows color (decimal): -11327617 or 8333139. OLE color: 8333139.

HSL color Cylindrical-coordinate representation of color #53277F: hue angle of 270º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53277F is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8339127-
CMYK0.350.6900.50
HSL270º53.01%32.55%-
HSV(B)270º69.29%49.8%-
XYZ8.124.8220.58-
YUV62.19164.58142.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.33%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 127 (50% from 255) = 51.00%
R=33.33%
G=15.66%
B=51.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83391270.350.6900.5027053.0132.55
Hex53277F234503210e3521
Octal12347177431050624166541
Binary1010011100111111111110001110001010110010100001110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53277F; }

 p { color: rgb(83,39,127); }

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

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

 a { background-color: rgb(83,39,127); }

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

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

 span { border-color: rgb(83,39,127); }

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