#53377F

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

Shades of Kingfisher Daisy #53377F

Tints of Kingfisher Daisy #53377F

Color information

#53377F (or 0x53377F) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 37 and 7F. RGB value is (83,55,127). Sum of RGB (Red+Green+Blue) = 83+55+127=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #53377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53377F is #ACC880. Grayscale: #474747. Windows color (decimal): -11323521 or 8337235. OLE color: 8337235.

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

Color convert

RGB8355127-
CMYK0.350.5700.50
HSL263.33º39.56%35.69%-
HSV(B)263.33º56.69%49.8%-
XYZ8.766.120.79-
YUV71.58159.28136.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 127 (50% from 255) = 47.92%
R=31.32%
G=20.75%
B=47.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83551270.350.5700.50263.3339.5635.69
Hex53377F23390321072824
Octal1236717743710624075044
Binary101001111011111111111000111110010110010100000111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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