#533782

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

Shades of Kingfisher Daisy #533782

Tints of Kingfisher Daisy #533782

Color information

#533782 (or 0x533782) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 37 and 82. RGB value is (83,55,130). Sum of RGB (Red+Green+Blue) = 83+55+130=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #533782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533782 is #ACC87D. Grayscale: #474747. Windows color (decimal): -11323518 or 8533843. OLE color: 8533843.

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

Color convert

RGB8355130-
CMYK0.360.5800.49
HSL262.4º40.54%36.27%-
HSV(B)262.4º57.69%50.98%-
XYZ8.966.1821.84-
YUV71.92160.78135.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 55 (21.88% from 255) = 20.52%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=30.97%
G=20.52%
B=48.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83551300.360.5800.49262.440.5436.27
Hex533782243A0311062924
Octal1236720244720614065144
Binary1010011110111100000101001001110100110001100000110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533782; }

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

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

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

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

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

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

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

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