#533A83

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

Shades of Kingfisher Daisy #533A83

Tints of Kingfisher Daisy #533A83

Color information

#533A83 (or 0x533A83) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 3A and 83. RGB value is (83,58,131). Sum of RGB (Red+Green+Blue) = 83+58+131=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 131 (51.56% from 255 or 48.16% from 272); Max value from RGB is 131 - color contains mainly: blue. Hex color #533A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533A83 is #ACC57C. Grayscale: #494949. Windows color (decimal): -11322749 or 8600147. OLE color: 8600147.

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

Color convert

RGB8358131-
CMYK0.370.5600.49
HSL260.55º38.62%37.06%-
HSV(B)260.55º55.73%51.37%-
XYZ9.186.522.24-
YUV73.8160.28134.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 58 (23.05% from 255) = 21.32%
BLUE value IS 131 (51.56% from 255) = 48.16%
R=30.51%
G=21.32%
B=48.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83581310.370.5600.49260.5538.6237.06
Hex533A8325380311052725
Octal1237220345700614054745
Binary1010011111010100000111001011110000110001100000101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533A83; }

 p { color: rgb(83,58,131); }

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

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

 a { background-color: rgb(83,58,131); }

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

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

 span { border-color: rgb(83,58,131); }

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