#533775

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

Shades of Kingfisher Daisy #533775

Tints of Kingfisher Daisy #533775

Color information

#533775 (or 0x533775) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 37 and 75. RGB value is (83,55,117). Sum of RGB (Red+Green+Blue) = 83+55+117=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #533775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533775 is #ACC88A. Grayscale: #464646. Windows color (decimal): -11323531 or 7681875. OLE color: 7681875.

HSL color Cylindrical-coordinate representation of color #533775: hue angle of 267.1º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #533775 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8355117-
CMYK0.290.5300.54
HSL267.1º36.05%33.73%-
HSV(B)267.1º52.99%45.88%-
XYZ8.145.8617.53-
YUV70.44154.28136.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.55%
GREEN value IS 55 (21.88% from 255) = 21.57%
BLUE value IS 117 (46.09% from 255) = 45.88%
R=32.55%
G=21.57%
B=45.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83551170.290.5300.54267.136.0533.73
Hex5337751D3503610b2422
Octal1236716535650664134442
Binary10100111101111110101111011101010110110100001011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533775; }

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

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

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

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

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

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

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

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