#53377C

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

Shades of Kingfisher Daisy #53377C

Tints of Kingfisher Daisy #53377C

Color information

#53377C (or 0x53377C) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 37 and 7C. RGB value is (83,55,124). Sum of RGB (Red+Green+Blue) = 83+55+124=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #53377C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53377C is #ACC883. Grayscale: #464646. Windows color (decimal): -11323524 or 8140627. OLE color: 8140627.

HSL color Cylindrical-coordinate representation of color #53377C: hue angle of 264.35º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53377C is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8355124-
CMYK0.330.5600.51
HSL264.35º38.55%35.1%-
HSV(B)264.35º55.65%48.63%-
XYZ8.576.0319.78-
YUV71.24157.78136.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 55 (21.88% from 255) = 20.99%
BLUE value IS 124 (48.83% from 255) = 47.33%
R=31.68%
G=20.99%
B=47.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal83551240.330.5600.51264.3538.5535.1
Hex53377C21380331082723
Octal1236717441700634104743
Binary101001111011111111001000011110000110011100001000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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