#533483

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

Shades of Kingfisher Daisy #533483

Tints of Kingfisher Daisy #533483

Color information

#533483 (or 0x533483) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 34 and 83. RGB value is (83,52,131). Sum of RGB (Red+Green+Blue) = 83+52+131=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #533483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533483 is #ACCB7C. Grayscale: #454545. Windows color (decimal): -11324285 or 8598611. OLE color: 8598611.

HSL color Cylindrical-coordinate representation of color #533483: hue angle of 263.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #533483 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8352131-
CMYK0.370.6000.49
HSL263.54º43.17%35.88%-
HSV(B)263.54º60.31%51.37%-
XYZ8.895.9322.15-
YUV70.27162.27137.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 131 (51.56% from 255) = 49.25%
R=31.20%
G=19.55%
B=49.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83521310.370.6000.49263.5443.1735.88
Hex533483253C0311082b24
Octal1236420345740614105344
Binary1010011110100100000111001011111000110001100001000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533483; }

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

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

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

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

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

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

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

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