#533777

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

Shades of Kingfisher Daisy #533777

Tints of Kingfisher Daisy #533777

Color information

#533777 (or 0x533777) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 37 and 77. RGB value is (83,55,119). Sum of RGB (Red+Green+Blue) = 83+55+119=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #533777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533777 is #ACC888. Grayscale: #464646. Windows color (decimal): -11323529 or 7812947. OLE color: 7812947.

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

Color convert

RGB8355119-
CMYK0.300.5400.53
HSL266.25º36.78%34.12%-
HSV(B)266.25º53.78%46.67%-
XYZ8.265.918.16-
YUV70.67155.28136.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=32.30%
G=21.40%
B=46.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83551190.300.5400.53266.2536.7834.12
Hex5337771E3603510a2522
Octal1236716736660654124542
Binary10100111101111110111111101101100110101100001010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533777; }

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

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

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

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

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

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

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

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